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/24 20:20:02 UTC

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

Author: colm
Date: Mon Apr 24 11:19:55 2006
New Revision: 396627

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

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=396627&r1=396626&r2=396627&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.0.x/include/ap_release.h Mon Apr 24 11:19:55 2006
@@ -40,7 +40,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
 #define AP_SERVER_PATCHLEVEL_NUMBER   58
-#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)