Skip to content

Commit e34a6e1

Browse files
Bump version up to 4.4.0 for release given large number of changes.
1 parent 7dc6137 commit e34a6e1

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

docs/release-notes/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Release Notes
55
.. toctree::
66
:maxdepth: 2
77

8-
version-4.3.3.rst
8+
version-4.4.0.rst
9+
910
version-4.3.2.rst
1011
version-4.3.1.rst
1112
version-4.3.0.rst

docs/release-notes/version-4.3.3.rst renamed to docs/release-notes/version-4.4.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=============
2-
Version 4.3.3
2+
Version 4.4.0
33
=============
44

5-
Version 4.3.3 of mod_wsgi can be obtained from:
5+
Version 4.4.0 of mod_wsgi can be obtained from:
66

7-
https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.3.3
7+
https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.4.0
88

99
Known Issues
1010
------------

src/server/wsgi_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
/* Module version information. */
2525

2626
#define MOD_WSGI_MAJORVERSION_NUMBER 4
27-
#define MOD_WSGI_MINORVERSION_NUMBER 3
28-
#define MOD_WSGI_MICROVERSION_NUMBER 3
29-
#define MOD_WSGI_VERSION_STRING "4.3.3"
27+
#define MOD_WSGI_MINORVERSION_NUMBER 4
28+
#define MOD_WSGI_MICROVERSION_NUMBER 0
29+
#define MOD_WSGI_VERSION_STRING "4.4.0"
3030

3131
/* ------------------------------------------------------------------------- */
3232

0 commit comments

Comments
 (0)