You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2005/03/16 09:43:41 UTC

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

Author: striker
Date: Wed Mar 16 00:43:38 2005
New Revision: 157725

URL: http://svn.apache.org/viewcvs?view=rev&rev=157725
Log:
Prepare for 2.1.4 tag.

* include/ap_release.h

  Clear AP_SERVER_DEVBUILD_BOOLEAN.

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

Modified: httpd/httpd/trunk/include/ap_release.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/include/ap_release.h?view=diff&r1=157724&r2=157725
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Wed Mar 16 00:43:38 2005
@@ -43,7 +43,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
 #define AP_SERVER_PATCHLEVEL_NUMBER   4
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"