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 2010/01/21 18:51:49 UTC

svn commit: r901802 - in /httpd/mod_fcgid/trunk: CHANGES-FCGID modules/fcgid/fcgid_conf.h

Author: trawick
Date: Thu Jan 21 17:51:48 2010
New Revision: 901802

URL: http://svn.apache.org/viewvc?rev=901802&view=rev
Log:
2.3.6 is open for development

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

Modified: httpd/mod_fcgid/trunk/CHANGES-FCGID
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/CHANGES-FCGID?rev=901802&r1=901801&r2=901802&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/CHANGES-FCGID [utf8] (original)
+++ httpd/mod_fcgid/trunk/CHANGES-FCGID [utf8] Thu Jan 21 17:51:48 2010
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with mod_fcgid 2.3.6
+
+
+
 Changes with mod_fcgid 2.3.5
 
   *) Stop using the unsuppressable "notice" log level for debug and 

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=901802&r1=901801&r2=901802&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h Thu Jan 21 17:51:48 2010
@@ -25,8 +25,8 @@
 
 #define MODFCGID_VERSION_MAJOR  2
 #define MODFCGID_VERSION_MINOR  3
-#define MODFCGID_VERSION_SUBVER 5
-#define MODFCGID_VERSION_DEV    0
+#define MODFCGID_VERSION_SUBVER 6
+#define MODFCGID_VERSION_DEV    1
 
 #if MODFCGID_VERSION_DEV
 #define MODFCGID_VERSION_DEVSTR "-dev"