Tagging Apache HTTP Server 2.2.7


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/2.2.7@608857 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index 591d799..cfe1d9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-                                                        -*- coding: utf-8 -*-
+                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.2.7
 
   *) SECURITY: CVE-2007-6421 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index fde3885..f3d643d 100644
--- a/STATUS
+++ b/STATUS
@@ -26,7 +26,7 @@
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.2.7   : In development. Jim intends to T&R on Dec 29/30.
+    2.2.7   : Tagged January 4, 2008.
     2.2.6   : Released September 7, 2007.
     2.2.5   : Tagged August 10, 2007, not released.
     2.2.4   : Released on January 9, 2007 as GA.
diff --git a/include/ap_release.h b/include/ap_release.h
index 2550f11..d6df7b1 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   7
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"