Skip to content

Commit

Permalink
Update version to 4.4.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Oct 3, 2015
1 parent 10f33c3 commit 8119b1f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release Notes
.. toctree::
:maxdepth: 2

release-notes/version-4.4.15
release-notes/version-4.4.14
release-notes/version-4.4.13
release-notes/version-4.4.12
Expand Down
11 changes: 11 additions & 0 deletions docs/release-notes/version-4.4.15.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
==============
Version 4.4.15
==============

Version 4.4.15 of mod_wsgi can be obtained from:

https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.4.15

For details on the availability of Windows binaries see:

https://github.com/GrahamDumpleton/mod_wsgi/tree/master/win32
4 changes: 2 additions & 2 deletions src/server/wsgi_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

#define MOD_WSGI_MAJORVERSION_NUMBER 4
#define MOD_WSGI_MINORVERSION_NUMBER 4
#define MOD_WSGI_MICROVERSION_NUMBER 14
#define MOD_WSGI_VERSION_STRING "4.4.14"
#define MOD_WSGI_MICROVERSION_NUMBER 15
#define MOD_WSGI_VERSION_STRING "4.4.15"

/* ------------------------------------------------------------------------- */

Expand Down

0 comments on commit 8119b1f

Please sign in to comment.