Commit 79685abc authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Prepare for tag


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@493424 13f79535-47bb-0310-9956-ffa450edef68
parent 6d755940
Loading
Loading
Loading
Loading
+1 −2
Changes for STATUS: 1 added line, 2 removed lines.
Original line number Diff line number Diff line
@@ -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.4   : In development. Jim proposes release "real soon" and
              offers to be RM.
    2.2.4   : Tagged on January 5, 2007
    2.2.3   : Released on July 28, 2006 as GA.
    2.2.2   : Released on May 1, 2006 as GA.
    2.2.1   : Tagged on April 1, 2006, not released.
+1 −1
Changes for include/ap_release.h: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 2
#define AP_SERVER_PATCHLEVEL_NUMBER   4
#define AP_SERVER_DEVBUILD_BOOLEAN    1
#define AP_SERVER_DEVBUILD_BOOLEAN    0

#if AP_SERVER_DEVBUILD_BOOLEAN
#define AP_SERVER_ADD_STRING          "-dev"