You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/08/20 21:09:38 UTC

svn commit: r234115 - /httpd/httpd/branches/2.2.x/include/ap_release.h

Author: pquerna
Date: Sat Aug 20 12:09:37 2005
New Revision: 234115

URL: http://svn.apache.org/viewcvs?rev=234115&view=rev
Log:
Roll on to 2.1.8-dev

Modified:
    httpd/httpd/branches/2.2.x/include/ap_release.h

Modified: httpd/httpd/branches/2.2.x/include/ap_release.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/include/ap_release.h?rev=234115&r1=234114&r2=234115&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.2.x/include/ap_release.h Sat Aug 20 12:09:37 2005
@@ -42,8 +42,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   7
-/* #define AP_SERVER_DEVBUILD_BOOLEAN    1 */
+#define AP_SERVER_PATCHLEVEL_NUMBER   8
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"