Skip to content

Commit 8a6340d

Browse files
committed
Update the trunk version to 3.8.0svn.
llvm-svn: 242222
1 parent dd7e3bd commit 8a6340d

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

llvm/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ set(CMAKE_MODULE_PATH
5959
)
6060

6161
set(LLVM_VERSION_MAJOR 3)
62-
set(LLVM_VERSION_MINOR 7)
62+
set(LLVM_VERSION_MINOR 8)
6363
set(LLVM_VERSION_PATCH 0)
6464
set(LLVM_VERSION_SUFFIX svn)
6565

llvm/autoconf/configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ 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.8.0svn],[http://llvm.org/bugs/])
3636

3737
LLVM_VERSION_MAJOR=3
38-
LLVM_VERSION_MINOR=7
38+
LLVM_VERSION_MINOR=8
3939
LLVM_VERSION_PATCH=0
4040
LLVM_VERSION_SUFFIX=svn
4141

llvm/configure

+10-10
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.8.0svn.
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.8.0svn'
565+
PACKAGE_STRING='LLVM 3.8.0svn'
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.8.0svn 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.8.0svn:";;
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.8.0svn
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.8.0svn, which was
16031603
generated by GNU Autoconf 2.60. Invocation command line was
16041604

16051605
$ $0 $@
@@ -1954,7 +1954,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
19541954

19551955

19561956
LLVM_VERSION_MAJOR=3
1957-
LLVM_VERSION_MINOR=7
1957+
LLVM_VERSION_MINOR=8
19581958
LLVM_VERSION_PATCH=0
19591959
LLVM_VERSION_SUFFIX=svn
19601960

@@ -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.8.0svn, 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 <bug-autoconf@gnu.org>."
1866318663
_ACEOF
1866418664
cat >>$CONFIG_STATUS <<_ACEOF
1866518665
ac_cs_version="\\
18666-
LLVM config.status 3.7.0svn
18666+
LLVM config.status 3.8.0svn
1866718667
configured by $0, generated by GNU Autoconf 2.60,
1866818668
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1866918669

llvm/docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
# built documents.
4848
#
4949
# The short X.Y version.
50-
version = '3.7'
50+
version = '3.8'
5151
# The full version, including alpha/beta/rc tags.
52-
release = '3.7'
52+
release = '3.8'
5353

5454
# The language for content autogenerated by Sphinx. Refer to documentation
5555
# for a list of supported languages.

0 commit comments

Comments
 (0)