summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2009-08-20 12:59:08 -0600
committerRich Megginson <rmeggins@redhat.com>2009-08-20 13:24:02 -0600
commit63d3d1bda80d3c82ac7681d97ec9d109fa53f7a4 (patch)
tree94a5dc81f7415400762534a7b72defd6f645e4cc /configure.ac
parent64e5a9f5cac3baf15b9fa6585072491ac75c0c3e (diff)
downloadds-63d3d1bda80d3c82ac7681d97ec9d109fa53f7a4.tar.gz
ds-63d3d1bda80d3c82ac7681d97ec9d109fa53f7a4.tar.xz
ds-63d3d1bda80d3c82ac7681d97ec9d109fa53f7a4.zip
bump version to 1.2.2
Reviewed by: nhosoi (Thanks!)
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 ee7ab2b8..fa540609 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.1], [http://bugzilla.redhat.com/])
+AC_INIT([dirsrv], [1.2.2], [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])