summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-12-19 15:02:28 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-12-19 15:02:28 +0000
commitb218cca5d541262c8315791e74fb75142690ac3e (patch)
tree7451d15e4c09a6f8c78fa91210a4a00f5a262cd3
parentbabfaeb344374b0ff31884a87b170d2573dd86fb (diff)
change version number to 0.1
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@183 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fd2a975..fa2f916 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ version 2 of the License, or (at your option) any later version. See the
configure.ac file for more details.])
# initialize and set version and bugreport address
-AC_INIT([nss-ldapd],[0.1.0],[arthur@ch.tudelft.nl])
+AC_INIT([nss-ldapd],[0.1],[arthur@ch.tudelft.nl])
RELEASE_MONTH="Nov 2006"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR([nslcd.h])
diff --git a/debian/changelog b/debian/changelog
index fdfd3ca..e8df3da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libnss-ldapd (0.1.0) unstable; urgency=low
+libnss-ldapd (0.1) unstable; urgency=low
* This is a fork from the libnss-ldap package.