]> granicus.if.org Git - apache/commitdiff
Remove the APACHE_RELEASE macro. We never use it in the code, and it
authorRyan Bloom <rbb@apache.org>
Sun, 25 Feb 2001 19:58:22 +0000 (19:58 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 25 Feb 2001 19:58:22 +0000 (19:58 +0000)
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

index 991043aca821ba3e59144ec0e588acf51e52e00b..8424347cf32586a50299e7b481af626f58df41ae 100644 (file)
@@ -1,4 +1,4 @@
-/* ====================================================================
+ ====================================================================
  * The Apache Software License, Version 1.1
  *
  * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
 #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