Commit e598cd14 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

* include/ap_release.h: Bump to 2.1.1.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105890 13f79535-47bb-0310-9956-ffa450edef68
parent cc919db1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,8 +35,8 @@

#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 1
#define AP_SERVER_PATCHLEVEL_NUMBER   0
#define AP_SERVER_ADD_STRING          "-dev"
#define AP_SERVER_PATCHLEVEL_NUMBER   1 
/* #define AP_SERVER_ADD_STRING          "-dev" */

/* keep old macros as well */
#define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)