You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/17 00:53:50 UTC

svn commit: r604746 - in /httpd/mod_ftp/trunk: STATUS-FTP include/mod_ftp.h

Author: wrowe
Date: Sun Dec 16 15:53:49 2007
New Revision: 604746

URL: http://svn.apache.org/viewvc?rev=604746&view=rev
Log:
Bump before tag

Modified:
    httpd/mod_ftp/trunk/STATUS-FTP
    httpd/mod_ftp/trunk/include/mod_ftp.h

Modified: httpd/mod_ftp/trunk/STATUS-FTP
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/STATUS-FTP?rev=604746&r1=604745&r2=604746&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/STATUS-FTP (original)
+++ httpd/mod_ftp/trunk/STATUS-FTP Sun Dec 16 15:53:49 2007
@@ -14,7 +14,7 @@
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    0.9.0   : in development
+    0.9.0   : tagged December 16, 2007
 
 Contributors looking for a mission:
 

Modified: httpd/mod_ftp/trunk/include/mod_ftp.h
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/include/mod_ftp.h?rev=604746&r1=604745&r2=604746&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/include/mod_ftp.h (original)
+++ httpd/mod_ftp/trunk/include/mod_ftp.h Sun Dec 16 15:53:49 2007
@@ -33,7 +33,7 @@
 #endif
 #endif /* FTP_BUILD */
 
-#define MODFTP_VERSION "0.9.0-dev"
+#define MODFTP_VERSION "0.9.0"
 
 /* FTP header has a couple of defines... on win32
    rather than including it, we'll just hack em in