Skip to content

Commit 25b91e4

Browse files
author
John Criswell
committed
Updated the version to 1.5.
llvm-svn: 22095
1 parent f2fed73 commit 25b91e4

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]],[[1.5cvs]],[[email protected]])
34+
AC_INIT([[llvm]],[[1.5]],[[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.59 for llvm 1.5cvs.
3+
# Generated by GNU Autoconf 2.59 for llvm 1.5.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -425,8 +425,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
425425
# Identity of this package.
426426
PACKAGE_NAME='llvm'
427427
PACKAGE_TARNAME='-llvm-'
428-
PACKAGE_VERSION='1.5cvs'
429-
PACKAGE_STRING='llvm 1.5cvs'
428+
PACKAGE_VERSION='1.5'
429+
PACKAGE_STRING='llvm 1.5'
430430
PACKAGE_BUGREPORT='[email protected]'
431431

432432
ac_unique_file="lib/VMCore/Module.cpp"
@@ -964,7 +964,7 @@ if test "$ac_init_help" = "long"; then
964964
# Omit some internal or obsolete options to make the list less imposing.
965965
# This message is too long to be a string in the A/UX 3.1 sh.
966966
cat <<_ACEOF
967-
\`configure' configures llvm 1.5cvs to adapt to many kinds of systems.
967+
\`configure' configures llvm 1.5 to adapt to many kinds of systems.
968968

969969
Usage: $0 [OPTION]... [VAR=VALUE]...
970970

@@ -1026,7 +1026,7 @@ fi
10261026

10271027
if test -n "$ac_init_help"; then
10281028
case $ac_init_help in
1029-
short | recursive ) echo "Configuration of llvm 1.5cvs:";;
1029+
short | recursive ) echo "Configuration of llvm 1.5:";;
10301030
esac
10311031
cat <<\_ACEOF
10321032

@@ -1172,7 +1172,7 @@ fi
11721172
test -n "$ac_init_help" && exit 0
11731173
if $ac_init_version; then
11741174
cat <<\_ACEOF
1175-
llvm configure 1.5cvs
1175+
llvm configure 1.5
11761176
generated by GNU Autoconf 2.59
11771177

11781178
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1188,7 +1188,7 @@ cat >&5 <<_ACEOF
11881188
This file contains any messages produced by compilers while
11891189
running configure, to aid debugging if configure makes a mistake.
11901190

1191-
It was created by llvm $as_me 1.5cvs, which was
1191+
It was created by llvm $as_me 1.5, which was
11921192
generated by GNU Autoconf 2.59. Invocation command line was
11931193

11941194
$ $0 $@
@@ -30698,7 +30698,7 @@ _ASBOX
3069830698
} >&5
3069930699
cat >&5 <<_CSEOF
3070030700

30701-
This file was extended by llvm $as_me 1.5cvs, which was
30701+
This file was extended by llvm $as_me 1.5, which was
3070230702
generated by GNU Autoconf 2.59. Invocation command line was
3070330703

3070430704
CONFIG_FILES = $CONFIG_FILES
@@ -30761,7 +30761,7 @@ _ACEOF
3076130761

3076230762
cat >>$CONFIG_STATUS <<_ACEOF
3076330763
ac_cs_version="\\
30764-
llvm config.status 1.5cvs
30764+
llvm config.status 1.5
3076530765
configured by $0, generated by GNU Autoconf 2.59,
3076630766
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3076730767

0 commit comments

Comments
 (0)