]> granicus.if.org Git - apache/commitdiff
Move on to 2.1.7-dev.
authorPaul Querna <pquerna@apache.org>
Fri, 24 Jun 2005 07:37:04 +0000 (07:37 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 24 Jun 2005 07:37:04 +0000 (07:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@201579 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 838e5cddaa36001c43ffe07c202fd8b1ca0ffa14..57082f25a7000f16f9ad328f012853bcca41523d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
-Changes with Apache 2.1.6
+Changes with Apache 2.1.7
   [Remove entries to the current 2.0 section below, when backported]
 
+Changes with Apache 2.1.6
+
   *) Fix htdbm password validation for records which included comments.
      [Eric Covener <covener gmail.com>]
 
diff --git a/STATUS b/STATUS
index f701d89e922e7182236ce0503c70cd7c839e9464..41472b6c4d4178d4d3ef89b30b2d3677e64b0362 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -7,7 +7,8 @@ http://svn.apache.org/repos/asf/httpd/httpd/trunk/STATUS
 Release history:
     [NOTE that only Alpha/Beta releases occur in 2.1 development]
 
-    2.1.6   : in development
+    2.1.7   : in development
+    2.1.6   : Tagged on 6/24/2005.
     2.1.5   : Tagged on 6/17/2005. 
     2.1.4   : not released.
     2.1.3   : Released on  2/22/2005 as alpha.
index fe4f4f2c5dc9672497e5e941856ee8cdd93a4e6a..7bac8d3261c181a83cd6f5b1203c5311f0dbbfd0 100644 (file)
@@ -42,8 +42,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   6
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   7
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"