You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2009/11/11 20:34:46 UTC

svn commit: r835031 - in /httpd/httpd/trunk: STATUS include/ap_release.h

Author: pquerna
Date: Wed Nov 11 19:34:46 2009
New Revision: 835031

URL: http://svn.apache.org/viewvc?rev=835031&view=rev
Log:
roll on to 2.3.4-dev

Modified:
    httpd/httpd/trunk/STATUS
    httpd/httpd/trunk/include/ap_release.h

Modified: httpd/httpd/trunk/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/STATUS?rev=835031&r1=835030&r2=835031&view=diff
==============================================================================
--- httpd/httpd/trunk/STATUS (original)
+++ httpd/httpd/trunk/STATUS Wed Nov 11 19:34:46 2009
@@ -26,9 +26,10 @@
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.3.3   : in development
-    2.3.2   : Tagged on March 23, 2009.
-    2.3.1   : Tagged on January 2, 2009.
+    2.3.4   : in development
+    2.3.3   : Tagged on November 11, 2009.
+    2.3.2   : Tagged on March 23, 2009, not released.
+    2.3.1   : Tagged on January 2, 2009, not released.
     2.3.0   : Tagged on December 6, 2008, not released.
 
 Contributors looking for a mission:

Modified: httpd/httpd/trunk/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_release.h?rev=835031&r1=835030&r2=835031&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Wed Nov 11 19:34:46 2009
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 3
-#define AP_SERVER_PATCHLEVEL_NUMBER   3
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   4
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"