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/06/17 09:00:21 UTC

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

Author: pquerna
Date: Fri Jun 17 00:00:20 2005
New Revision: 191098

URL: http://svn.apache.org/viewcvs?rev=191098&view=rev
Log:
* include/ap_release.h: Remove -dev to prepare for 2.1.5 tag.

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?rev=191098&r1=191097&r2=191098&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Fri Jun 17 00:00:20 2005
@@ -43,7 +43,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
 #define AP_SERVER_PATCHLEVEL_NUMBER   5
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"