From c38f0b6cd466db616d1288afc7ee4de4a325056a Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 4 Sep 2007 19:49:34 +0000 Subject: [PATCH] Bump after tagging 2.0.61 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@572795 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ STATUS | 1 + include/ap_release.h | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index d5b9081c0ec..82bdccbe0ee 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache 2.0.62 + + Changes with Apache 2.0.61 *) SECURITY: CVE-2007-3847 (cve.mitre.org) diff --git a/STATUS b/STATUS index a6c6e2d04e4..1ea2cd528f5 100644 --- a/STATUS +++ b/STATUS @@ -23,6 +23,7 @@ Consult the trunk/ for all new development and documentation efforts: Release history: + 2.0.62 : In maintenance 2.0.61 : Tagged September 4, 2007. 2.0.60 : Tagged August 10, 2007, not released. 2.0.59 : released July 28, 2006 as GA. diff --git a/include/ap_release.h b/include/ap_release.h index 62c55d99c96..66f9b613489 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -39,8 +39,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 0 -#define AP_SERVER_PATCHLEVEL_NUMBER 61 -#define AP_SERVER_ADD_STRING "" +#define AP_SERVER_PATCHLEVEL_NUMBER 62 +#define AP_SERVER_ADD_STRING "-dev" /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER) -- 2.47.2