diff options
author | Sander Striker <striker@apache.org> | 2002-09-19 13:57:08 +0200 |
---|---|---|
committer | Sander Striker <striker@apache.org> | 2002-09-19 13:57:08 +0200 |
commit | 8f701a5b1d475ce3f620ada3b7f5d35a3dd30573 (patch) | |
tree | 375fb33ec14545f62914d4bb6671861f15aedba0 /include/ap_release.h | |
parent | Prepare for the tag. (diff) | |
download | apache2-8f701a5b1d475ce3f620ada3b7f5d35a3dd30573.tar.xz apache2-8f701a5b1d475ce3f620ada3b7f5d35a3dd30573.zip |
Update after the tag (and roll).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96909 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_release.h')
-rw-r--r-- | include/ap_release.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_release.h b/include/ap_release.h index 3a4014edea..90e398f4e3 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -75,7 +75,7 @@ #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION "2" #define AP_SERVER_MINORVERSION "0" -#define AP_SERVER_PATCHLEVEL "42" +#define AP_SERVER_PATCHLEVEL "43-dev" #define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION #define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION |