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 01:14:46 UTC

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

Author: wrowe
Date: Sun Dec 16 16:14:44 2007
New Revision: 604749

URL: http://svn.apache.org/viewvc?rev=604749&view=rev
Log:
On to 0.9.1-dev

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=604749&r1=604748&r2=604749&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/STATUS-FTP (original)
+++ httpd/mod_ftp/trunk/STATUS-FTP Sun Dec 16 16:14:44 2007
@@ -15,6 +15,7 @@
           while x.{even}.z versions are Stable/GA releases.]
 
     0.9.0   : tagged December 16, 2007
+    0.9.1   : in development
 
 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=604749&r1=604748&r2=604749&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/include/mod_ftp.h (original)
+++ httpd/mod_ftp/trunk/include/mod_ftp.h Sun Dec 16 16:14:44 2007
@@ -33,7 +33,7 @@
 #endif
 #endif /* FTP_BUILD */
 
-#define MODFTP_VERSION "0.9.0"
+#define MODFTP_VERSION "0.9.1-dev"
 
 /* FTP header has a couple of defines... on win32
    rather than including it, we'll just hack em in