summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2004-11-20 02:03:03 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2004-11-20 02:03:03 +0000
commit777bc89ab8ddbac024d2610ce42855c0d0a24fe7 (patch)
tree88609c2702d5d34329b9425e45f1be65fc7dbb54
parentd36da8857acb29e74d7a3d53cefd5c0d9828045f (diff)
downloadhttpd-777bc89ab8ddbac024d2610ce42855c0d0a24fe7.tar.gz
The fact that I can't roll to save my life isn't going to cause to abandon2.1.1
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
-rw-r--r--CHANGES2
-rw-r--r--include/ap_release.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 565c389419..fd8a6aec94 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 b6d7da1311..e14ef98215 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)