Tagged httpd-2.2 and 2.2.5


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/2.2.5@564746 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/STATUS b/STATUS
index c69f9ab..cef3e17 100644
--- a/STATUS
+++ b/STATUS
@@ -26,8 +26,7 @@
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.2.5   : In Development. T&R proposed for Aug 10, release on
-              Aug 14. Jim offers to be RM.
+    2.2.5   : Tagged August 10, 2007
     2.2.4   : Released on January 9, 2007 as GA.
     2.2.3   : Released on July 28, 2006 as GA.
     2.2.2   : Released on May 1, 2006 as GA.
diff --git a/include/ap_release.h b/include/ap_release.h
index b033bed..a74a641 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
 #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"