summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--STATUS3
-rw-r--r--include/ap_release.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/STATUS b/STATUS
index 3edaca2798..19309dc2ed 100644
--- a/STATUS
+++ b/STATUS
@@ -26,8 +26,7 @@ Release history:
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
while x.{even}.z versions are Stable/GA releases.]
- 2.2.6 : In development. T&R planned for Sept 3, 2007,
- Jim as RM
+ 2.2.6 : Tagged September 4, 2007.
2.2.5 : Tagged August 10, 2007, not released.
2.2.4 : Released on January 9, 2007 as GA.
2.2.3 : Released on July 28, 2006 as GA.
diff --git a/include/ap_release.h b/include/ap_release.h
index afeead776b..1777fd05ae 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -46,7 +46,7 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 2
#define AP_SERVER_PATCHLEVEL_NUMBER 6
-#define AP_SERVER_DEVBUILD_BOOLEAN 1
+#define AP_SERVER_DEVBUILD_BOOLEAN 0
#if AP_SERVER_DEVBUILD_BOOLEAN
#define AP_SERVER_ADD_STRING "-dev"