Skip to content

Commit efc0503

Browse files
author
Reid Spencer
committed
Remove "cvs" suffix from 1.7 version number, on the release_17 branch.
llvm-svn: 27688
1 parent 499ce81 commit efc0503

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.7cvs]],[[email protected]])
34+
AC_INIT([[llvm]],[[1.7]],[[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.7cvs.
3+
# Generated by GNU Autoconf 2.59 for llvm 1.7.
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.7cvs'
429-
PACKAGE_STRING='llvm 1.7cvs'
428+
PACKAGE_VERSION='1.7'
429+
PACKAGE_STRING='llvm 1.7'
430430
PACKAGE_BUGREPORT='[email protected]'
431431

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

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

@@ -1027,7 +1027,7 @@ fi
10271027

10281028
if test -n "$ac_init_help"; then
10291029
case $ac_init_help in
1030-
short | recursive ) echo "Configuration of llvm 1.7cvs:";;
1030+
short | recursive ) echo "Configuration of llvm 1.7:";;
10311031
esac
10321032
cat <<\_ACEOF
10331033

@@ -1176,7 +1176,7 @@ fi
11761176
test -n "$ac_init_help" && exit 0
11771177
if $ac_init_version; then
11781178
cat <<\_ACEOF
1179-
llvm configure 1.7cvs
1179+
llvm configure 1.7
11801180
generated by GNU Autoconf 2.59
11811181

11821182
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1192,7 +1192,7 @@ cat >&5 <<_ACEOF
11921192
This file contains any messages produced by compilers while
11931193
running configure, to aid debugging if configure makes a mistake.
11941194

1195-
It was created by llvm $as_me 1.7cvs, which was
1195+
It was created by llvm $as_me 1.7, which was
11961196
generated by GNU Autoconf 2.59. Invocation command line was
11971197

11981198
$ $0 $@
@@ -31240,7 +31240,7 @@ _ASBOX
3124031240
} >&5
3124131241
cat >&5 <<_CSEOF
3124231242

31243-
This file was extended by llvm $as_me 1.7cvs, which was
31243+
This file was extended by llvm $as_me 1.7, which was
3124431244
generated by GNU Autoconf 2.59. Invocation command line was
3124531245

3124631246
CONFIG_FILES = $CONFIG_FILES
@@ -31303,7 +31303,7 @@ _ACEOF
3130331303

3130431304
cat >>$CONFIG_STATUS <<_ACEOF
3130531305
ac_cs_version="\\
31306-
llvm config.status 1.7cvs
31306+
llvm config.status 1.7
3130731307
configured by $0, generated by GNU Autoconf 2.59,
3130831308
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3130931309

0 commit comments

Comments
 (0)