summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2016-03-31 21:13:56 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2016-03-31 21:13:56 +1100
commit4ddb181d6d54b8cfc3c19712ae3993d9670cd6e7 (patch)
tree9cc049cd015445de5d5a59e576481f12c5252f6b
parent0ff944b57422bf6216be8dfacd473475aabb2385 (diff)
downloadmod_wsgi-4ddb181d6d54b8cfc3c19712ae3993d9670cd6e7.tar.gz
Increment version to 4.5.0.
-rw-r--r--src/server/wsgi_version.h6
1 files 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"
/* ------------------------------------------------------------------------- */