summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2008-01-04 14:28:41 +0000
committerJim Jagielski <jim@apache.org>2008-01-04 14:28:41 +0000
commit2dd49c993be54ab3f735364dbf99cf72c48eff90 (patch)
treea09f61265d8204ebe5b31399a554c8e78c742fdb /include
parent21008c1f179d7a0736a4c7a4e924795fefb1154f (diff)
downloadhttpd-2dd49c993be54ab3f735364dbf99cf72c48eff90.tar.gz
Prepare to tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@608851 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_release.h2
1 files changed, 1 insertions, 1 deletions
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)