summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
parentf4eae7f8b402216f4f82f1f1d837a1fbfab46be9 (diff)
downloadds-835c647d2892223ce3a1b4c7a2907cdf2e941abc.tar.gz
ds-835c647d2892223ce3a1b4c7a2907cdf2e941abc.tar.xz
ds-835c647d2892223ce3a1b4c7a2907cdf2e941abc.zip
bump version to 1.2.4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])