From be50a3a0060199e3aadb7c42470b44c6bb05f458 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sun, 25 Feb 2001 19:58:22 +0000 Subject: [PATCH] Remove the APACHE_RELEASE macro. We never use it in the code, and it makes automating releases harder, because it is one more number to bump. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88324 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_release.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/ap_release.h b/include/ap_release.h index 991043aca8..8424347cf3 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -1,4 +1,4 @@ -/* ==================================================================== + ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000-2001 The Apache Software Foundation. All rights @@ -77,10 +77,4 @@ #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 20000013 - #endif -- 2.40.0