From 2fb54c456a5cc08af34b3166c90994afc49b9966 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Mon, 5 Feb 2001 01:12:47 +0000 Subject: [PATCH] Move the APACHE_RELEASE macro to release.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87975 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 6 ------ include/release.h | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/httpd.h b/include/httpd.h index 6e17f002c3..e4022ddab2 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -381,12 +381,6 @@ AP_DECLARE(void) ap_add_version_component(apr_pool_t *pconf, const char *compone */ AP_DECLARE(const char *) ap_get_server_built(void); -/* Numeric release version identifier: MMNNFFRBB: major minor fix final beta - * Always increases along the same track as the source branch. - * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'. - */ -#define APACHE_RELEASE 20000009 - #define DECLINED -1 /* Module declines to handle */ #define DONE -2 /* Module has served the response completely * - it's safe to die() with no more output diff --git a/include/release.h b/include/release.h index bc6d83adde..ee66f6d377 100644 --- a/include/release.h +++ b/include/release.h @@ -63,3 +63,9 @@ #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION +/* Numeric release version identifier: MMNNFFRBB: major minor fix final beta + * Always increases along the same track as the source branch. + * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'. + */ +#define APACHE_RELEASE 20000009 + -- 2.40.0