From c075ba196389d2e05770fe5cb6d66695d29a56fa Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 17 Jan 2007 14:18:33 +0000 Subject: Relevant BUGIDs: Purpose of commit: release Commit summary: --------------- 2007-01-17 Thorsten Kukuk * release 0.99.7.0 * configure.in: Set version number to 0.99.7.0 * Makefile.am (M4_FILES): Replace GNU make extension by listing all m4 files. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index eac7834c..3992ef54 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.6.3) +AM_INIT_AUTOMAKE("Linux-PAM", 0.99.7.0) AC_PREREQ([2.60]) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST -- cgit v1.2.3