From 4ddb181d6d54b8cfc3c19712ae3993d9670cd6e7 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Thu, 31 Mar 2016 21:13:56 +1100 Subject: Increment version to 4.5.0. --- src/server/wsgi_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/server/wsgi_version.h b/src/server/wsgi_version.h index 099fe35..b1585a0 100644 --- a/src/server/wsgi_version.h +++ b/src/server/wsgi_version.h @@ -24,9 +24,9 @@ /* Module version information. */ #define MOD_WSGI_MAJORVERSION_NUMBER 4 -#define MOD_WSGI_MINORVERSION_NUMBER 4 -#define MOD_WSGI_MICROVERSION_NUMBER 23 -#define MOD_WSGI_VERSION_STRING "4.4.23" +#define MOD_WSGI_MINORVERSION_NUMBER 5 +#define MOD_WSGI_MICROVERSION_NUMBER 0 +#define MOD_WSGI_VERSION_STRING "4.5.0" /* ------------------------------------------------------------------------- */ -- cgit v1.2.1