File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Release Notes
5
5
.. toctree ::
6
6
:maxdepth: 2
7
7
8
+ release-notes/version-4.4.18
8
9
release-notes/version-4.4.17
9
10
release-notes/version-4.4.16
10
11
release-notes/version-4.4.15
Original file line number Diff line number Diff line change
1
+ ==============
2
+ Version 4.4.18
3
+ ==============
4
+
5
+ Version 4.4.18 of mod_wsgi can be obtained from:
6
+
7
+ https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.4.18
8
+
9
+ For details on the availability of Windows binaries see:
10
+
11
+ https://github.com/GrahamDumpleton/mod_wsgi/tree/master/win32
Original file line number Diff line number Diff line change 25
25
26
26
#define MOD_WSGI_MAJORVERSION_NUMBER 4
27
27
#define MOD_WSGI_MINORVERSION_NUMBER 4
28
- #define MOD_WSGI_MICROVERSION_NUMBER 17
29
- #define MOD_WSGI_VERSION_STRING "4.4.17 "
28
+ #define MOD_WSGI_MICROVERSION_NUMBER 18
29
+ #define MOD_WSGI_VERSION_STRING "4.4.18 "
30
30
31
31
/* ------------------------------------------------------------------------- */
32
32
You can’t perform that action at this time.
0 commit comments