You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by so...@apache.org on 2006/01/02 21:31:38 UTC

svn commit: r365425 - /httpd/mod_smtpd/trunk/configure.ac

Author: soc-rian
Date: Mon Jan  2 12:31:36 2006
New Revision: 365425

URL: http://svn.apache.org/viewcvs?rev=365425&view=rev
Log:
Wrong version number.


Modified:
    httpd/mod_smtpd/trunk/configure.ac

Modified: httpd/mod_smtpd/trunk/configure.ac
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/configure.ac?rev=365425&r1=365424&r2=365425&view=diff
==============================================================================
--- httpd/mod_smtpd/trunk/configure.ac (original)
+++ httpd/mod_smtpd/trunk/configure.ac Mon Jan  2 12:31:36 2006
@@ -4,7 +4,7 @@
 AC_CANONICAL_TARGET
 
 # Automake initialization
-AM_INIT_AUTOMAKE(mod_smtpd, 1.0)
+AM_INIT_AUTOMAKE(mod_smtpd, 0.9)
 
 # Add a test for a compiler.
 AC_PROG_CC