summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2007-02-13 19:00:11 +0000
committerRich Megginson <rmeggins@redhat.com>2007-02-13 19:00:11 +0000
commit158fc7b78cd8e54be408a2ab9dd4542e6e703d0c (patch)
tree98fe35ba639547d972cb097c7557db9035e5a435 /configure.ac
parentc7812a234be1eb4a098cf93a50f6dd91f571235c (diff)
downloadds-158fc7b78cd8e54be408a2ab9dd4542e6e703d0c.tar.gz
ds-158fc7b78cd8e54be408a2ab9dd4542e6e703d0c.tar.xz
ds-158fc7b78cd8e54be408a2ab9dd4542e6e703d0c.zip
change version to 1.1.0a1FedoraDirSvr110a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2f22342c..c1f78c96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,8 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([fedora-ds], [1.1.0], [http://bugzilla.redhat.com/])
+# This version is the version returned by ns-slapd -v
+AC_INIT([fedora-ds], [1.1.0a1], [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])