]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Prepare for the tag.
authorSander Striker <striker@apache.org>
Mon, 11 Apr 2005 20:52:31 +0000 (20:52 +0000)
committerSander Striker <striker@apache.org>
Mon, 11 Apr 2005 20:52:31 +0000 (20:52 +0000)
* include/ap_release.h

  (AP_SERVER_PATCHLEVEL): Remove dev designator.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@160948 13f79535-47bb-0310-9956-ffa450edef68

include/ap_release.h

index 3422b74bf19757fd180a4e83ff62c87e0f64bdfe..ce06778cfd68b6886c0062ae11eb0d2fb0a831c5 100644 (file)
@@ -33,7 +33,7 @@
 #define AP_SERVER_BASEPRODUCT "Apache"
 #define AP_SERVER_MAJORVERSION "2"
 #define AP_SERVER_MINORVERSION "0"
-#define AP_SERVER_PATCHLEVEL "54-dev"
+#define AP_SERVER_PATCHLEVEL "54"
 #define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION
 #define AP_SERVER_BASEREVISION  AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL
 #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION