You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2006/04/19 18:12:04 UTC

svn commit: r395285 - /httpd/httpd/branches/2.0.x/include/ap_release.h

Author: colm
Date: Wed Apr 19 09:12:02 2006
New Revision: 395285

URL: http://svn.apache.org/viewcvs?rev=395285&view=rev
Log:
Roll on 2.0.57

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

Modified: httpd/httpd/branches/2.0.x/include/ap_release.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/include/ap_release.h?rev=395285&r1=395284&r2=395285&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.0.x/include/ap_release.h Wed Apr 19 09:12:02 2006
@@ -40,7 +40,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
 #define AP_SERVER_PATCHLEVEL_NUMBER   57
-#define AP_SERVER_ADD_STRING          "-dev"
+#define AP_SERVER_ADD_STRING          ""
 
 /* keep old macros as well */
 #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)