summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--STATUS2
-rw-r--r--include/ap_release.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index efe17672b3..47c32807f7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
- -*- coding: utf-8 -*-
+ -*- coding: utf-8 -*-
Changes with Apache 2.0.62
*) SECURITY: CVE-2007-6388 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index 046a634f29..b19cd81836 100644
--- a/STATUS
+++ b/STATUS
@@ -23,7 +23,7 @@ Consult the trunk/ for all new development and documentation efforts:
Release history:
- 2.0.62 : In maintenance. Jim intends to T&R on Dec 29/30.
+ 2.0.62 : Tagged January 4, 2008.
2.0.61 : Released September 7, 2007.
2.0.60 : Tagged August 10, 2007, not released.
2.0.59 : released July 28, 2006 as GA.
diff --git a/include/ap_release.h b/include/ap_release.h
index 66f9b61348..b910cff7c5 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -40,7 +40,7 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 0
#define AP_SERVER_PATCHLEVEL_NUMBER 62
-#define AP_SERVER_ADD_STRING "-dev"
+#define AP_SERVER_ADD_STRING ""
/* keep old macros as well */
#define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)