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:32:36 UTC

svn commit: r835029 - /httpd/httpd/trunk/include/ap_release.h

Author: pquerna
Date: Wed Nov 11 19:32:36 2009
New Revision: 835029

URL: http://svn.apache.org/viewvc?rev=835029&view=rev
Log:
Prepare for 2.3.3 release tag.

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

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