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/09/29 05:05:00 UTC

svn commit: r819810 - in /httpd/mod_fcgid/trunk: STATUS-FCGID modules/fcgid/fcgid_conf.h

Author: wrowe
Date: Tue Sep 29 03:04:59 2009
New Revision: 819810

URL: http://svn.apache.org/viewvc?rev=819810&view=rev
Log:
prepare to tag

Modified:
    httpd/mod_fcgid/trunk/STATUS-FCGID
    httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h

Modified: httpd/mod_fcgid/trunk/STATUS-FCGID
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/STATUS-FCGID?rev=819810&r1=819809&r2=819810&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/STATUS-FCGID (original)
+++ httpd/mod_fcgid/trunk/STATUS-FCGID Tue Sep 29 03:04:59 2009
@@ -14,8 +14,9 @@
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.3.2   : in development
-    2.3.1   : tagged September 8, 2009
+    2.3.3   : in development
+    2.3.2   : tagged September 28, 2009
+    2.3.1   : released September 16, 2009
     2.3.0   : not released
     2.2.x   : Final release branch external to the ASF
 

Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h?rev=819810&r1=819809&r2=819810&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h Tue Sep 29 03:04:59 2009
@@ -26,7 +26,7 @@
 #define MODFCGID_VERSION_MAJOR  2
 #define MODFCGID_VERSION_MINOR  3
 #define MODFCGID_VERSION_SUBVER 2
-#define MODFCGID_VERSION_DEV    1
+#define MODFCGID_VERSION_DEV    0
 
 #if MODFCGID_VERSION_DEV
 #define MODFCGID_VERSION_DEVSTR "-dev"