summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2009-10-29 10:51:39 -0600
committerRich Megginson <rmeggins@redhat.com>2009-10-29 10:51:39 -0600
commit835c647d2892223ce3a1b4c7a2907cdf2e941abc (patch)
tree2d7c8d5829b298c73a65ff7d5dc0acb51158c63e
parentf4eae7f8b402216f4f82f1f1d837a1fbfab46be9 (diff)
downloadds-835c647d2892223ce3a1b4c7a2907cdf2e941abc.tar.gz
ds-835c647d2892223ce3a1b4c7a2907cdf2e941abc.tar.xz
ds-835c647d2892223ce3a1b4c7a2907cdf2e941abc.zip
bump version to 1.2.4
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 11 deletions
diff --git a/configure b/configure
index 9f0902ce..d6bad6ed 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for dirsrv 1.2.3.
+# Generated by GNU Autoconf 2.59 for dirsrv 1.2.4.
#
# Report bugs to <http://bugzilla.redhat.com/>.
#
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='dirsrv'
PACKAGE_TARNAME='dirsrv'
-PACKAGE_VERSION='1.2.3'
-PACKAGE_STRING='dirsrv 1.2.3'
+PACKAGE_VERSION='1.2.4'
+PACKAGE_STRING='dirsrv 1.2.4'
PACKAGE_BUGREPORT='http://bugzilla.redhat.com/'
# Factoring default headers for most tests.
@@ -962,7 +962,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures dirsrv 1.2.3 to adapt to many kinds of systems.
+\`configure' configures dirsrv 1.2.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1028,7 +1028,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of dirsrv 1.2.3:";;
+ short | recursive ) echo "Configuration of dirsrv 1.2.4:";;
esac
cat <<\_ACEOF
@@ -1241,7 +1241,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-dirsrv configure 1.2.3
+dirsrv configure 1.2.4
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1255,7 +1255,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by dirsrv $as_me 1.2.3, which was
+It was created by dirsrv $as_me 1.2.4, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1901,7 +1901,7 @@ fi
# Define the identity of the package.
PACKAGE='dirsrv'
- VERSION='1.2.3'
+ VERSION='1.2.4'
cat >>confdefs.h <<_ACEOF
@@ -27733,7 +27733,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by dirsrv $as_me 1.2.3, which was
+This file was extended by dirsrv $as_me 1.2.4, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -27796,7 +27796,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-dirsrv config.status 1.2.3
+dirsrv config.status 1.2.4
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 0e32cd84..7f1fbcea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
# This version is the version returned by ns-slapd -v
-AC_INIT([dirsrv], [1.2.3], [http://bugzilla.redhat.com/])
+AC_INIT([dirsrv], [1.2.4], [http://bugzilla.redhat.com/])
# AC_CONFIG_HEADER must be called right after AC_INIT.
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.9 foreign subdir-objects])