The fact that I can't roll to save my life isn't going to cause to abandon
2.1.1 just for that.  *pfft*


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/2.1.1@105913 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index 565c389..fd8a6ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-Changes with Apache 2.1.0-dev
+Changes with Apache 2.1.1
 
   [Remove entries to the current 2.0 section below, when backported]
 
diff --git a/include/ap_release.h b/include/ap_release.h
index b6d7da1..e14ef98 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -35,8 +35,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   1 
-/* #define AP_SERVER_ADD_STRING          "-dev" */
+#define AP_SERVER_PATCHLEVEL_NUMBER   1
+#define AP_SERVER_ADD_STRING          ""
 
 /* keep old macros as well */
 #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)