Skip to content

Commit 0f2dbc1

Browse files
author
raw
committed
added "-rc2" to the package name so that the info matches the actual release
* modified: configure * modified: configure.ac
1 parent 6642722 commit 0f2dbc1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

configure

+10-10
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.69 for lib_mysqludf_preg 1.2.
3+
# Generated by GNU Autoconf 2.69 for lib_mysqludf_preg 1.2-rc2.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='lib_mysqludf_preg'
592592
PACKAGE_TARNAME='lib_mysqludf_preg'
593-
PACKAGE_VERSION='1.2'
594-
PACKAGE_STRING='lib_mysqludf_preg 1.2'
593+
PACKAGE_VERSION='1.2-rc2'
594+
PACKAGE_STRING='lib_mysqludf_preg 1.2-rc2'
595595
PACKAGE_BUGREPORT='[email protected]'
596596
PACKAGE_URL=''
597597

@@ -1336,7 +1336,7 @@ if test "$ac_init_help" = "long"; then
13361336
# Omit some internal or obsolete options to make the list less imposing.
13371337
# This message is too long to be a string in the A/UX 3.1 sh.
13381338
cat <<_ACEOF
1339-
\`configure' configures lib_mysqludf_preg 1.2 to adapt to many kinds of systems.
1339+
\`configure' configures lib_mysqludf_preg 1.2-rc2 to adapt to many kinds of systems.
13401340
13411341
Usage: $0 [OPTION]... [VAR=VALUE]...
13421342
@@ -1407,7 +1407,7 @@ fi
14071407

14081408
if test -n "$ac_init_help"; then
14091409
case $ac_init_help in
1410-
short | recursive ) echo "Configuration of lib_mysqludf_preg 1.2:";;
1410+
short | recursive ) echo "Configuration of lib_mysqludf_preg 1.2-rc2:";;
14111411
esac
14121412
cat <<\_ACEOF
14131413
@@ -1522,7 +1522,7 @@ fi
15221522
test -n "$ac_init_help" && exit $ac_status
15231523
if $ac_init_version; then
15241524
cat <<\_ACEOF
1525-
lib_mysqludf_preg configure 1.2
1525+
lib_mysqludf_preg configure 1.2-rc2
15261526
generated by GNU Autoconf 2.69
15271527
15281528
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1800,7 +1800,7 @@ cat >config.log <<_ACEOF
18001800
This file contains any messages produced by compilers while
18011801
running configure, to aid debugging if configure makes a mistake.
18021802
1803-
It was created by lib_mysqludf_preg $as_me 1.2, which was
1803+
It was created by lib_mysqludf_preg $as_me 1.2-rc2, which was
18041804
generated by GNU Autoconf 2.69. Invocation command line was
18051805
18061806
$ $0 $@
@@ -2861,7 +2861,7 @@ fi
28612861

28622862
# Define the identity of the package.
28632863
PACKAGE='lib_mysqludf_preg'
2864-
VERSION='1.2'
2864+
VERSION='1.2-rc2'
28652865

28662866

28672867
cat >>confdefs.h <<_ACEOF
@@ -13895,7 +13895,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1389513895
# report actual input values of CONFIG_FILES etc. instead of their
1389613896
# values after options handling.
1389713897
ac_log="
13898-
This file was extended by lib_mysqludf_preg $as_me 1.2, which was
13898+
This file was extended by lib_mysqludf_preg $as_me 1.2-rc2, which was
1389913899
generated by GNU Autoconf 2.69. Invocation command line was
1390013900
1390113901
CONFIG_FILES = $CONFIG_FILES
@@ -13961,7 +13961,7 @@ _ACEOF
1396113961
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1396213962
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1396313963
ac_cs_version="\\
13964-
lib_mysqludf_preg config.status 1.2
13964+
lib_mysqludf_preg config.status 1.2-rc2
1396513965
configured by $0, generated by GNU Autoconf 2.69,
1396613966
with options \\"\$ac_cs_config\\"
1396713967

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.59)
22

3-
AC_INIT(lib_mysqludf_preg,1.2,[email protected])
3+
AC_INIT(lib_mysqludf_preg,1.2-rc2,[email protected])
44

55
AC_CONFIG_AUX_DIR(config)
66

0 commit comments

Comments
 (0)