summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2007-12-19 20:18:34 +0000
committerRich Megginson <rmeggins@redhat.com>2007-12-19 20:18:34 +0000
commitec9124a3321fc584181a875ac385626f12ab2b30 (patch)
treee651f236d88cb2ba56b60f41b7caa3bd9b4344ed /configure.ac
parentc980d65142ab7f2403443dffee4c612a2c305db1 (diff)
downloadds-ec9124a3321fc584181a875ac385626f12ab2b30.tar.gz
ds-ec9124a3321fc584181a875ac385626f12ab2b30.tar.xz
ds-ec9124a3321fc584181a875ac385626f12ab2b30.zip
bump version to 1.1.0 for Fedora DS 1.1 release
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 5ec36c5d..cf6aa70c 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.0b2], [http://bugzilla.redhat.com/])
+AC_INIT([dirsrv], [1.1.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])