diff options
author | Rich Megginson <rmeggins@redhat.com> | 2007-11-07 15:08:21 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2007-11-07 15:08:21 +0000 |
commit | 45f870a2143fd9c9f771c2929f1622637dd060b3 (patch) | |
tree | 728d06ab73a8f5b3ac2b369eb7eba8ab85deb23d /configure.ac | |
parent | 0081e02db09a5bc2fbd1892b843dc40b3a579187 (diff) | |
download | ds-45f870a2143fd9c9f771c2929f1622637dd060b3.tar.gz ds-45f870a2143fd9c9f771c2929f1622637dd060b3.tar.xz ds-45f870a2143fd9c9f771c2929f1622637dd060b3.zip |
bump source code version to 1.1.0 beta 2FedoraDirSvr110b2_20071107FedoraDirSvr110b2
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 2dc8c82e..5ec36c5d 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.0b1], [http://bugzilla.redhat.com/]) +AC_INIT([dirsrv], [1.1.0b2], [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]) |