You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/04/17 15:54:09 UTC

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

Author: trawick
Date: Tue Apr 17 13:54:08 2012
New Revision: 1327097

URL: http://svn.apache.org/viewvc?rev=1327097&view=rev
Log:
prepare for tag of 2.3.7

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=1327097&r1=1327096&r2=1327097&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/STATUS-FCGID (original)
+++ httpd/mod_fcgid/trunk/STATUS-FCGID Tue Apr 17 13:54:08 2012
@@ -14,7 +14,8 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.3.7   : in development
+    2.3.8   : in development
+    2.3.7   : tagged April 17, 2012
     2.3.6   : released November 6, 2010
     2.3.5   : released January 28, 2010
     2.3.4   : released October 15, 2009

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=1327097&r1=1327096&r2=1327097&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h Tue Apr 17 13:54:08 2012
@@ -26,7 +26,7 @@
 #define MODFCGID_VERSION_MAJOR  2
 #define MODFCGID_VERSION_MINOR  3
 #define MODFCGID_VERSION_SUBVER 7
-#define MODFCGID_VERSION_DEV    1
+#define MODFCGID_VERSION_DEV    0
 
 #if MODFCGID_VERSION_DEV
 #define MODFCGID_VERSION_DEVSTR "-dev"