#endif
#endif /* CORE_PRIVATE */
-#define AP_SERVER_BASEVERSION "Apache/2.0a2-dev" /* SEE COMMENTS ABOVE */
+#define AP_SERVER_BASEVERSION "Apache/2.0a2" /* SEE COMMENTS ABOVE */
#define AP_SERVER_VERSION AP_SERVER_BASEVERSION
#define AP_SERVER_PROTOCOL "HTTP/1.1"
* 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 10309100
+#define APACHE_RELEASE 20000002
#define DECLINED -1 /* Module declines to handle */
#define DONE -2 /* Module has served the response completely
#define VENDOR "Apache Software Foundation"
#define SOFTWARE "Apache"
-#define VERSION "2.0a2-dev"
+#define VERSION "2.0a2"
#define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION