From 14fa8650b02e680414bc55fb917e8bc7967f3a7a Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Fri, 19 Nov 2004 22:34:45 +0000 Subject: [PATCH] * include/ap_release.h: Bump to 2.1.1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105890 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_release.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ap_release.h b/include/ap_release.h index 46044fa60e..b6d7da1311 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -35,8 +35,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 1 -#define AP_SERVER_PATCHLEVEL_NUMBER 0 -#define AP_SERVER_ADD_STRING "-dev" +#define AP_SERVER_PATCHLEVEL_NUMBER 1 +/* #define AP_SERVER_ADD_STRING "-dev" */ /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER) -- 2.50.1