]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bump after tag.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 14 Oct 2010 16:36:36 +0000 (16:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 14 Oct 2010 16:36:36 +0000 (16:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1022607 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index ee24f5786f4b334a785407de2527dd3a36119764..669c2818f2904d4453b1804a24f363ef6af36f42 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.0.65
+
+
+
 Changes with Apache 2.0.64
 
   *) SECURITY: CVE-2010-1452 (cve.mitre.org)
index 9fee3f4fa4c5d72b492c40d1c35847afa91bb334..11056b0b6ab299866ed0be309a59a579486c764b 100644 (file)
@@ -39,8 +39,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
-#define AP_SERVER_PATCHLEVEL_NUMBER   64
-#define AP_SERVER_ADD_STRING          ""
+#define AP_SERVER_PATCHLEVEL_NUMBER   65
+#define AP_SERVER_ADD_STRING          "-dev"
 
 /* keep old macros as well */
 #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)