Commit 661e7813 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Bump after tag

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100690 13f79535-47bb-0310-9956-ffa450edef68
parent 77d352d9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
                                                         -*- coding: utf-8 -*-
Changes with Apache 2.2.19



Changes with Apache 2.2.18

  *) Log an error for failures to read a chunk-size, and return 408 instead
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@

#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 2
#define AP_SERVER_PATCHLEVEL_NUMBER   18
#define AP_SERVER_DEVBUILD_BOOLEAN    0
#define AP_SERVER_PATCHLEVEL_NUMBER   19
#define AP_SERVER_DEVBUILD_BOOLEAN    1

#if AP_SERVER_DEVBUILD_BOOLEAN
#define AP_SERVER_ADD_STRING          "-dev"