diff options
author | Rich Megginson <rmeggins@redhat.com> | 2009-03-30 22:32:37 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2009-03-30 22:32:37 +0000 |
commit | dae349b7ede0239668fc05899c5f98bfc32b0c62 (patch) | |
tree | 7899f089a095515250da18d15969533347fb7b2a /configure.ac | |
parent | b28f7a54eba92c64ffed0570cc9313b365d76738 (diff) | |
download | ds-dae349b7ede0239668fc05899c5f98bfc32b0c62.tar.gz ds-dae349b7ede0239668fc05899c5f98bfc32b0c62.tar.xz ds-dae349b7ede0239668fc05899c5f98bfc32b0c62.zip |
bump version to 1.2.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 17c7a8b4..17b400ba 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.1.4], [http://bugzilla.redhat.com/]) +AC_INIT([dirsrv], [1.2.0], [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]) |