From ebab550aa81622fd2b01c78e1b93d25f43adaca8 Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Wed, 19 Apr 2006 16:16:58 +0000 Subject: [PATCH] Bump to 2.0.58-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@395288 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 2 ++ docs/manual/style/version.ent | 2 +- include/ap_release.h | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index a23d30c21ec..ad6510ff974 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ -*- coding: utf-8 -*- +Changes with Apache 2.0.58 + Changes with Apache 2.0.57 *) mod_cgid: run the get_suexec_identity hook within the request-handler diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 25ceaca76e3..6d4a6f6cf5e 100644 --- a/docs/manual/style/version.ent +++ b/docs/manual/style/version.ent @@ -19,6 +19,6 @@ - + diff --git a/include/ap_release.h b/include/ap_release.h index 9da93f34a54..eaa17873eb7 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 57 -#define AP_SERVER_ADD_STRING "" +#define AP_SERVER_PATCHLEVEL_NUMBER 58 +#define AP_SERVER_ADD_STRING "-dev" /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER) -- 2.47.2