Commit 8ee78359 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent df51f40d
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
/* ====================================================================
 ====================================================================
 * 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