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:10:40 UTC

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

Author: wrowe
Date: Tue Sep 29 03:10:39 2009
New Revision: 819814

URL: http://svn.apache.org/viewvc?rev=819814&view=rev
Log:
open the doors again after tag

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=819814&r1=819813&r2=819814&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/CHANGES-FCGID [utf8] (original)
+++ httpd/mod_fcgid/trunk/CHANGES-FCGID [utf8] Tue Sep 29 03:10:39 2009
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with mod_fcgid 2.3.3
+
+
+
 Changes with mod_fcgid 2.3.2
 
   *) Fix a make install DESTDIR problem handling the reference manual 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=819814&r1=819813&r2=819814&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:10:39 2009
@@ -25,8 +25,8 @@
 
 #define MODFCGID_VERSION_MAJOR  2
 #define MODFCGID_VERSION_MINOR  3
-#define MODFCGID_VERSION_SUBVER 2
-#define MODFCGID_VERSION_DEV    0
+#define MODFCGID_VERSION_SUBVER 3
+#define MODFCGID_VERSION_DEV    1
 
 #if MODFCGID_VERSION_DEV
 #define MODFCGID_VERSION_DEVSTR "-dev"