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 2009/05/29 08:52:20 UTC

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

Author: wrowe
Date: Fri May 29 06:52:20 2009
New Revision: 779871

URL: http://svn.apache.org/viewvc?rev=779871&view=rev
Log:
let more fun begin

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=779871&r1=779870&r2=779871&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/STATUS-FTP (original)
+++ httpd/mod_ftp/trunk/STATUS-FTP Fri May 29 06:52:20 2009
@@ -14,6 +14,7 @@
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
+    0.9.4   : in development
     0.9.3   : tagged May 29, 2009
     0.9.2   : released as beta June 27, 2008
     0.9.1   : tagged, not released

Modified: httpd/mod_ftp/trunk/include/mod_ftp.h
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/include/mod_ftp.h?rev=779871&r1=779870&r2=779871&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/include/mod_ftp.h (original)
+++ httpd/mod_ftp/trunk/include/mod_ftp.h Fri May 29 06:52:20 2009
@@ -30,7 +30,7 @@
 extern "C" {
 #endif
 
-#define MODFTP_VERSION "0.9.3"
+#define MODFTP_VERSION "0.9.4-dev"
 
 /* FTP Reply Codes */