Commit 5d1f7fb7 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Move release.h to ap_release.h. This was done to namespace protect the

release header file.  While doing this, I also made sure that the file
was only included once.
Submitted by:	Greg Stein


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87977 13f79535-47bb-0310-9956-ffa450edef68
parent 3e1fefd0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@
 * University of Illinois, Urbana-Champaign.
 */

#ifndef AP_RELEASE_H
#define AP_RELEASE_H

#define AP_SERVER_BASEVENDOR "Apache Software Foundation"
#define AP_SERVER_BASEPRODUCT "Apache"
@@ -69,3 +71,4 @@
 */
#define APACHE_RELEASE 20000009

#endif