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 2006/04/22 05:47:31 UTC

svn commit: r396065 - /httpd/httpd/branches/2.2.x/include/ap_release.h

Author: pquerna
Date: Fri Apr 21 20:47:29 2006
New Revision: 396065

URL: http://svn.apache.org/viewcvs?rev=396065&view=rev
Log:
Prepare the 2.2.x branch for the 2.2.2 tag.

Modified:
    httpd/httpd/branches/2.2.x/include/ap_release.h

Modified: httpd/httpd/branches/2.2.x/include/ap_release.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/include/ap_release.h?rev=396065&r1=396064&r2=396065&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.2.x/include/ap_release.h Fri Apr 21 20:47:29 2006
@@ -45,7 +45,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
 #define AP_SERVER_PATCHLEVEL_NUMBER   2
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+/* #define AP_SERVER_DEVBUILD_BOOLEAN    1 */
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"