Skip to content

Commit b549680

Browse files
author
John Criswell
committed
Updated version number to 1.1.
Thanks, Chris! llvm-svn: 10477
1 parent 53ee4b8 commit b549680

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
@@ -15,7 +15,7 @@ dnl AC_OUTPUT
1515
dnl **************************************************************************
1616
dnl * Initialize
1717
dnl **************************************************************************
18-
AC_INIT([[[LLVM]]],[[[1.0]]],[[email protected]])
18+
AC_INIT([[[LLVM]]],[[[1.1]]],[[email protected]])
1919

2020
dnl Place all of the extra autoconf files into the config subdirectory
2121
AC_CONFIG_AUX_DIR([autoconf])

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.57 for [LLVM] [1.0].
3+
# Generated by GNU Autoconf 2.57 for [LLVM] [1.1].
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -422,8 +422,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
422422
# Identity of this package.
423423
PACKAGE_NAME='[LLVM]'
424424
PACKAGE_TARNAME='--llvm--'
425-
PACKAGE_VERSION='[1.0]'
426-
PACKAGE_STRING='[LLVM] [1.0]'
425+
PACKAGE_VERSION='[1.1]'
426+
PACKAGE_STRING='[LLVM] [1.1]'
427427
PACKAGE_BUGREPORT='[email protected]'
428428

429429
ac_subdirs_all="$ac_subdirs_all projects/${i}"
@@ -954,7 +954,7 @@ if test "$ac_init_help" = "long"; then
954954
# Omit some internal or obsolete options to make the list less imposing.
955955
# This message is too long to be a string in the A/UX 3.1 sh.
956956
cat <<_ACEOF
957-
\`configure' configures [LLVM] [1.0] to adapt to many kinds of systems.
957+
\`configure' configures [LLVM] [1.1] to adapt to many kinds of systems.
958958

959959
Usage: $0 [OPTION]... [VAR=VALUE]...
960960

@@ -1016,7 +1016,7 @@ fi
10161016

10171017
if test -n "$ac_init_help"; then
10181018
case $ac_init_help in
1019-
short | recursive ) echo "Configuration of [LLVM] [1.0]:";;
1019+
short | recursive ) echo "Configuration of [LLVM] [1.1]:";;
10201020
esac
10211021
cat <<\_ACEOF
10221022

@@ -1131,7 +1131,7 @@ fi
11311131
test -n "$ac_init_help" && exit 0
11321132
if $ac_init_version; then
11331133
cat <<\_ACEOF
1134-
[LLVM] configure [1.0]
1134+
[LLVM] configure [1.1]
11351135
generated by GNU Autoconf 2.57
11361136

11371137
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -1146,7 +1146,7 @@ cat >&5 <<_ACEOF
11461146
This file contains any messages produced by compilers while
11471147
running configure, to aid debugging if configure makes a mistake.
11481148

1149-
It was created by [LLVM] $as_me [1.0], which was
1149+
It was created by [LLVM] $as_me [1.1], which was
11501150
generated by GNU Autoconf 2.57. Invocation command line was
11511151

11521152
$ $0 $@
@@ -23279,7 +23279,7 @@ _ASBOX
2327923279
} >&5
2328023280
cat >&5 <<_CSEOF
2328123281

23282-
This file was extended by [LLVM] $as_me [1.0], which was
23282+
This file was extended by [LLVM] $as_me [1.1], which was
2328323283
generated by GNU Autoconf 2.57. Invocation command line was
2328423284

2328523285
CONFIG_FILES = $CONFIG_FILES
@@ -23342,7 +23342,7 @@ _ACEOF
2334223342

2334323343
cat >>$CONFIG_STATUS <<_ACEOF
2334423344
ac_cs_version="\\
23345-
[LLVM] config.status [1.0]
23345+
[LLVM] config.status [1.1]
2334623346
configured by $0, generated by GNU Autoconf 2.57,
2334723347
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2334823348

0 commit comments

Comments
 (0)