summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2008-01-10 16:28:35 +0000
committerJim Jagielski <jim@apache.org>2008-01-10 16:28:35 +0000
commit0f3bb3ada15ec0fa6ec6c09633ee5230bfb94bd6 (patch)
treea1f190eb36b2c5a630d7b6352a5eb5585988f8fc
parentb0ae57716ae0fdd29abe9918a182517dff2f6a6a (diff)
downloadhttpd-0f3bb3ada15ec0fa6ec6c09633ee5230bfb94bd6.tar.gz
Tag httpd-2.0 as 2.0.63
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/2.0.63@610836 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS2
-rw-r--r--docs/manual/style/version.ent2
-rw-r--r--include/ap_release.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/STATUS b/STATUS
index 5d54dfc8c3..c2f42dfce8 100644
--- a/STATUS
+++ b/STATUS
@@ -23,7 +23,7 @@ Consult the trunk/ for all new development and documentation efforts:
Release history:
- 2.0.63 : In development
+ 2.0.63 : Tagged January 10, 2008.
2.0.62 : Tagged January 4, 2008. Not released.
2.0.61 : Released September 7, 2007.
2.0.60 : Tagged August 10, 2007, not released.
diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent
index 43324a1eef..08b18f044f 100644
--- a/docs/manual/style/version.ent
+++ b/docs/manual/style/version.ent
@@ -19,6 +19,6 @@
<!ENTITY httpd.major "2">
<!ENTITY httpd.minor "0">
-<!ENTITY httpd.patch "62">
+<!ENTITY httpd.patch "63">
<!ENTITY httpd.docs "2.0">
diff --git a/include/ap_release.h b/include/ap_release.h
index 36a73a17b9..89bc143c1a 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -20,7 +20,7 @@
#include "apr_general.h" /* stringify */
#define AP_SERVER_COPYRIGHT \
- "Copyright 2007 The Apache Software Foundation."
+ "Copyright 2008 The Apache Software Foundation."
/*
* The below defines the base string of the Server: header. Additional
@@ -40,7 +40,7 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 0
#define AP_SERVER_PATCHLEVEL_NUMBER 63
-#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)