summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2015-10-10 21:47:08 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2015-10-10 21:47:08 +1100
commit28d82a121959ec8d257e8125c82c0280e6f317aa (patch)
treead6f5a597ad67c3cd4ca0ddeed26db677b69212f
parent7199a189616b74508e71f357088b27b49a69781d (diff)
downloadmod_wsgi-28d82a121959ec8d257e8125c82c0280e6f317aa.tar.gz
Increment version to 4.4.16.
-rw-r--r--docs/release-notes.rst1
-rw-r--r--docs/release-notes/version-4.4.16.rst11
-rw-r--r--src/server/wsgi_version.h4
3 files changed, 14 insertions, 2 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index c26d875..5651417 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -5,6 +5,7 @@ Release Notes
.. toctree::
:maxdepth: 2
+ release-notes/version-4.4.16
release-notes/version-4.4.15
release-notes/version-4.4.14
release-notes/version-4.4.13
diff --git a/docs/release-notes/version-4.4.16.rst b/docs/release-notes/version-4.4.16.rst
new file mode 100644
index 0000000..eab5df4
--- /dev/null
+++ b/docs/release-notes/version-4.4.16.rst
@@ -0,0 +1,11 @@
+==============
+Version 4.4.16
+==============
+
+Version 4.4.16 of mod_wsgi can be obtained from:
+
+ https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.4.16
+
+For details on the availability of Windows binaries see:
+
+ https://github.com/GrahamDumpleton/mod_wsgi/tree/master/win32
diff --git a/src/server/wsgi_version.h b/src/server/wsgi_version.h
index 88bb946..229c336 100644
--- a/src/server/wsgi_version.h
+++ b/src/server/wsgi_version.h
@@ -25,8 +25,8 @@
#define MOD_WSGI_MAJORVERSION_NUMBER 4
#define MOD_WSGI_MINORVERSION_NUMBER 4
-#define MOD_WSGI_MICROVERSION_NUMBER 15
-#define MOD_WSGI_VERSION_STRING "4.4.15"
+#define MOD_WSGI_MICROVERSION_NUMBER 16
+#define MOD_WSGI_VERSION_STRING "4.4.16"
/* ------------------------------------------------------------------------- */