Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit abdaa23

Browse files
committed
Change version from '3.7.0svn' to '3.7.0'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@242251 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 66ec8af commit abdaa23

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ set(CMAKE_MODULE_PATH
6161
set(LLVM_VERSION_MAJOR 3)
6262
set(LLVM_VERSION_MINOR 7)
6363
set(LLVM_VERSION_PATCH 0)
64-
set(LLVM_VERSION_SUFFIX svn)
64+
set(LLVM_VERSION_SUFFIX "")
6565

6666
if (NOT PACKAGE_VERSION)
6767
set(PACKAGE_VERSION

autoconf/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ dnl===-----------------------------------------------------------------------===
3232
dnl Initialize autoconf and define the package name, version number and
3333
dnl address for reporting bugs.
3434

35-
AC_INIT([LLVM],[3.7.0svn],[http://llvm.org/bugs/])
35+
AC_INIT([LLVM],[3.7.0],[http://llvm.org/bugs/])
3636

3737
LLVM_VERSION_MAJOR=3
3838
LLVM_VERSION_MINOR=7
3939
LLVM_VERSION_PATCH=0
40-
LLVM_VERSION_SUFFIX=svn
40+
LLVM_VERSION_SUFFIX=
4141

4242
AC_DEFINE_UNQUOTED([LLVM_VERSION_MAJOR], $LLVM_VERSION_MAJOR, [Major version of the LLVM API])
4343
AC_DEFINE_UNQUOTED([LLVM_VERSION_MINOR], $LLVM_VERSION_MINOR, [Minor version of the LLVM API])

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.60 for LLVM 3.7.0svn.
3+
# Generated by GNU Autoconf 2.60 for LLVM 3.7.0.
44
#
55
# Report bugs to <http://llvm.org/bugs/>.
66
#
@@ -561,8 +561,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
561561
# Identity of this package.
562562
PACKAGE_NAME='LLVM'
563563
PACKAGE_TARNAME='llvm'
564-
PACKAGE_VERSION='3.7.0svn'
565-
PACKAGE_STRING='LLVM 3.7.0svn'
564+
PACKAGE_VERSION='3.7.0'
565+
PACKAGE_STRING='LLVM 3.7.0'
566566
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
567567

568568
ac_unique_file="lib/IR/Module.cpp"
@@ -1333,7 +1333,7 @@ if test "$ac_init_help" = "long"; then
13331333
# Omit some internal or obsolete options to make the list less imposing.
13341334
# This message is too long to be a string in the A/UX 3.1 sh.
13351335
cat <<_ACEOF
1336-
\`configure' configures LLVM 3.7.0svn to adapt to many kinds of systems.
1336+
\`configure' configures LLVM 3.7.0 to adapt to many kinds of systems.
13371337

13381338
Usage: $0 [OPTION]... [VAR=VALUE]...
13391339

@@ -1399,7 +1399,7 @@ fi
13991399

14001400
if test -n "$ac_init_help"; then
14011401
case $ac_init_help in
1402-
short | recursive ) echo "Configuration of LLVM 3.7.0svn:";;
1402+
short | recursive ) echo "Configuration of LLVM 3.7.0:";;
14031403
esac
14041404
cat <<\_ACEOF
14051405

@@ -1583,7 +1583,7 @@ fi
15831583
test -n "$ac_init_help" && exit $ac_status
15841584
if $ac_init_version; then
15851585
cat <<\_ACEOF
1586-
LLVM configure 3.7.0svn
1586+
LLVM configure 3.7.0
15871587
generated by GNU Autoconf 2.60
15881588

15891589
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1599,7 +1599,7 @@ cat >config.log <<_ACEOF
15991599
This file contains any messages produced by compilers while
16001600
running configure, to aid debugging if configure makes a mistake.
16011601

1602-
It was created by LLVM $as_me 3.7.0svn, which was
1602+
It was created by LLVM $as_me 3.7.0, which was
16031603
generated by GNU Autoconf 2.60. Invocation command line was
16041604

16051605
$ $0 $@
@@ -1956,7 +1956,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
19561956
LLVM_VERSION_MAJOR=3
19571957
LLVM_VERSION_MINOR=7
19581958
LLVM_VERSION_PATCH=0
1959-
LLVM_VERSION_SUFFIX=svn
1959+
LLVM_VERSION_SUFFIX=
19601960

19611961

19621962
cat >>confdefs.h <<_ACEOF
@@ -18610,7 +18610,7 @@ exec 6>&1
1861018610
# report actual input values of CONFIG_FILES etc. instead of their
1861118611
# values after options handling.
1861218612
ac_log="
18613-
This file was extended by LLVM $as_me 3.7.0svn, which was
18613+
This file was extended by LLVM $as_me 3.7.0, which was
1861418614
generated by GNU Autoconf 2.60. Invocation command line was
1861518615

1861618616
CONFIG_FILES = $CONFIG_FILES
@@ -18663,7 +18663,7 @@ Report bugs to <[email protected]>."
1866318663
_ACEOF
1866418664
cat >>$CONFIG_STATUS <<_ACEOF
1866518665
ac_cs_version="\\
18666-
LLVM config.status 3.7.0svn
18666+
LLVM config.status 3.7.0
1866718667
configured by $0, generated by GNU Autoconf 2.60,
1866818668
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1866918669

0 commit comments

Comments
 (0)