summaryrefslogtreecommitdiff
path: root/include/ap_release.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ap_release.h')
-rw-r--r--include/ap_release.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/ap_release.h b/include/ap_release.h
index ba7f9e29..8fec2f55 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -25,7 +25,7 @@
#include "apr_general.h" /* stringify */
#define AP_SERVER_COPYRIGHT \
- "Copyright 2011 The Apache Software Foundation."
+ "Copyright 2012 The Apache Software Foundation."
/*
* The below defines the base string of the Server: header. Additional
@@ -45,9 +45,11 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER 21
+#define AP_SERVER_PATCHLEVEL_NUMBER 22
#define AP_SERVER_DEVBUILD_BOOLEAN 0
+/* Synchronize the above with docs/manual/style/version.ent */
+
#if AP_SERVER_DEVBUILD_BOOLEAN
#define AP_SERVER_ADD_STRING "-dev"
#else