From: Ryan Bloom Date: Sat, 24 Feb 2001 23:03:53 +0000 (+0000) Subject: Tag is done, update the source tree X-Git-Tag: 2.0.13~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bace427466d9438239793a4ab5e0e97d4c4d14e;p=apache Tag is done, update the source tree git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88308 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index b126b9ea4f..991043aca8 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -73,7 +73,7 @@ */ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_BASEREVISION "2.0.12" +#define AP_SERVER_BASEREVISION "2.0.13-dev" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION @@ -81,6 +81,6 @@ * 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 20000009 +#define APACHE_RELEASE 20000013 #endif