Commit 0cf42eab authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Bump after tag.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1022607 13f79535-47bb-0310-9956-ffa450edef68
parent 4d041854
Loading
Loading
Loading
Loading
+4 −0
Changes for CHANGES: 4 added lines, 0 removed lines.
Original line number Diff line number Diff line
                                                         -*- coding: utf-8 -*-
Changes with Apache 2.0.65



Changes with Apache 2.0.64

  *) SECURITY: CVE-2010-1452 (cve.mitre.org)
+2 −2
Changes for include/ap_release.h: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -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)