Skip to content

Commit 1134be1

Browse files
committed
Change version from 2.8svn to 2.8.
llvm-svn: 113400
1 parent d6f2a01 commit 1134be1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

llvm/autoconf/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dnl===
3131
dnl===-----------------------------------------------------------------------===
3232
dnl Initialize autoconf and define the package name, version number and
3333
dnl email address for reporting bugs.
34-
AC_INIT([[llvm]],[[2.8svn]],[[email protected]])
34+
AC_INIT([[llvm]],[[2.8]],[[email protected]])
3535

3636
dnl Provide a copyright substitution and ensure the copyright notice is included
3737
dnl in the output of --version option of the generated configure script.

llvm/configure

Lines changed: 9 additions & 9 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 2.8svn.
3+
# Generated by GNU Autoconf 2.60 for llvm 2.8.
44
#
55
# Report bugs to <[email protected]>.
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='2.8svn'
565-
PACKAGE_STRING='llvm 2.8svn'
564+
PACKAGE_VERSION='2.8'
565+
PACKAGE_STRING='llvm 2.8'
566566
PACKAGE_BUGREPORT='[email protected]'
567567

568568
ac_unique_file="lib/VMCore/Module.cpp"
@@ -1318,7 +1318,7 @@ if test "$ac_init_help" = "long"; then
13181318
# Omit some internal or obsolete options to make the list less imposing.
13191319
# This message is too long to be a string in the A/UX 3.1 sh.
13201320
cat <<_ACEOF
1321-
\`configure' configures llvm 2.8svn to adapt to many kinds of systems.
1321+
\`configure' configures llvm 2.8 to adapt to many kinds of systems.
13221322

13231323
Usage: $0 [OPTION]... [VAR=VALUE]...
13241324

@@ -1384,7 +1384,7 @@ fi
13841384

13851385
if test -n "$ac_init_help"; then
13861386
case $ac_init_help in
1387-
short | recursive ) echo "Configuration of llvm 2.8svn:";;
1387+
short | recursive ) echo "Configuration of llvm 2.8:";;
13881388
esac
13891389
cat <<\_ACEOF
13901390

@@ -1533,7 +1533,7 @@ fi
15331533
test -n "$ac_init_help" && exit $ac_status
15341534
if $ac_init_version; then
15351535
cat <<\_ACEOF
1536-
llvm configure 2.8svn
1536+
llvm configure 2.8
15371537
generated by GNU Autoconf 2.60
15381538

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

1552-
It was created by llvm $as_me 2.8svn, which was
1552+
It was created by llvm $as_me 2.8, which was
15531553
generated by GNU Autoconf 2.60. Invocation command line was
15541554

15551555
$ $0 $@
@@ -21045,7 +21045,7 @@ exec 6>&1
2104521045
# report actual input values of CONFIG_FILES etc. instead of their
2104621046
# values after options handling.
2104721047
ac_log="
21048-
This file was extended by llvm $as_me 2.8svn, which was
21048+
This file was extended by llvm $as_me 2.8, which was
2104921049
generated by GNU Autoconf 2.60. Invocation command line was
2105021050

2105121051
CONFIG_FILES = $CONFIG_FILES
@@ -21098,7 +21098,7 @@ Report bugs to <[email protected]>."
2109821098
_ACEOF
2109921099
cat >>$CONFIG_STATUS <<_ACEOF
2110021100
ac_cs_version="\\
21101-
llvm config.status 2.8svn
21101+
llvm config.status 2.8
2110221102
configured by $0, generated by GNU Autoconf 2.60,
2110321103
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2110421104

0 commit comments

Comments
 (0)