]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And we are now 2.0.64-dev
authorJim Jagielski <jim@apache.org>
Thu, 10 Jan 2008 16:29:47 +0000 (16:29 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 10 Jan 2008 16:29:47 +0000 (16:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@610837 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index b4819dd345a580fe217991bc54f980309eacd917..c405401484b205d96175202ba7cbae8658b08617 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.0.64
+
+
 Changes with Apache 2.0.63
 
   *) winnt_mpm: Resolve modperl issues by redirecting console mode stdout
index 89bc143c1a811dee6a79d64f5dd9745fac14d8d9..37478cdb81cbaf172e1ccaf3fd25ec8198b419fb 100644 (file)
@@ -39,8 +39,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
-#define AP_SERVER_PATCHLEVEL_NUMBER   63
-#define AP_SERVER_ADD_STRING          ""
+#define AP_SERVER_PATCHLEVEL_NUMBER   64
+#define AP_SERVER_ADD_STRING          "-dev"
 
 /* keep old macros as well */
 #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)