summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2007-07-06 08:35:28 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2007-07-06 08:35:28 +0000
commitf5e97cc2513f0ed8c49d6d5d554dd3f4886b0431 (patch)
tree8005a598a6d8b1ec82f5ec4b8b69aad764b0a04d
parent4e66efa10ee4ea4dc5fcb22e48050ee7fd032187 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- Fix version number
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 19998945..043cb2f6 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(conf/pam_conv1/pam_conv_y.y)
-AM_INIT_AUTOMAKE("Linux-PAM", 0.99.8)
+AM_INIT_AUTOMAKE("Linux-PAM", 0.99.8.0)
AC_PREREQ([2.60])
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST