Skip to content

Commit 6fa2343

Browse files
committed
Update version number.
llvm-svn: 98997
1 parent 16b1f64 commit 6fa2343

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.7svn]],[llvmbugs@cs.uiuc.edu])
34+
AC_INIT([[llvm]],[[2.7]],[llvmbugs@cs.uiuc.edu])
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.7svn.
3+
# Generated by GNU Autoconf 2.60 for llvm 2.7.
44
#
55
# Report bugs to <llvmbugs@cs.uiuc.edu>.
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.7svn'
565-
PACKAGE_STRING='llvm 2.7svn'
564+
PACKAGE_VERSION='2.7'
565+
PACKAGE_STRING='llvm 2.7'
566566
PACKAGE_BUGREPORT='llvmbugs@cs.uiuc.edu'
567567

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

13211321
Usage: $0 [OPTION]... [VAR=VALUE]...
13221322

@@ -1382,7 +1382,7 @@ fi
13821382

13831383
if test -n "$ac_init_help"; then
13841384
case $ac_init_help in
1385-
short | recursive ) echo "Configuration of llvm 2.7svn:";;
1385+
short | recursive ) echo "Configuration of llvm 2.7:";;
13861386
esac
13871387
cat <<\_ACEOF
13881388

@@ -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.7svn
1536+
llvm configure 2.7
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.7svn, which was
1552+
It was created by llvm $as_me 2.7, which was
15531553
generated by GNU Autoconf 2.60. Invocation command line was
15541554

15551555
$ $0 $@
@@ -20439,7 +20439,7 @@ exec 6>&1
2043920439
# report actual input values of CONFIG_FILES etc. instead of their
2044020440
# values after options handling.
2044120441
ac_log="
20442-
This file was extended by llvm $as_me 2.7svn, which was
20442+
This file was extended by llvm $as_me 2.7, which was
2044320443
generated by GNU Autoconf 2.60. Invocation command line was
2044420444

2044520445
CONFIG_FILES = $CONFIG_FILES
@@ -20492,7 +20492,7 @@ Report bugs to <bug-autoconf@gnu.org>."
2049220492
_ACEOF
2049320493
cat >>$CONFIG_STATUS <<_ACEOF
2049420494
ac_cs_version="\\
20495-
llvm config.status 2.7svn
20495+
llvm config.status 2.7
2049620496
configured by $0, generated by GNU Autoconf 2.60,
2049720497
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2049820498

0 commit comments

Comments
 (0)