From 92075c6df30ed1e08446829a774bbeda0180d1a2 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Sun, 17 May 2009 08:56:41 -0600 Subject: bump version to 1.2.1 - added .gitignore --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d083484a..056ef2ac 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.0], [http://bugzilla.redhat.com/]) +AC_INIT([dirsrv], [1.2.1], [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]) -- cgit