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 2005/11/20 01:41:58 UTC

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

Author: pquerna
Date: Sat Nov 19 16:41:57 2005
New Revision: 345695

URL: http://svn.apache.org/viewcvs?rev=345695&view=rev
Log:
Prepare for the 2.1.10 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=345695&r1=345694&r2=345695&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.2.x/include/ap_release.h Sat Nov 19 16:41:57 2005
@@ -48,7 +48,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
 #define AP_SERVER_PATCHLEVEL_NUMBER   10
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+/* #define AP_SERVER_DEVBUILD_BOOLEAN    1 */
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"