Skip to content

Commit 4ddb181

Browse files
Increment version to 4.5.0.
1 parent 0ff944b commit 4ddb181

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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 4
28-
#define MOD_WSGI_MICROVERSION_NUMBER 23
29-
#define MOD_WSGI_VERSION_STRING "4.4.23"
27+
#define MOD_WSGI_MINORVERSION_NUMBER 5
28+
#define MOD_WSGI_MICROVERSION_NUMBER 0
29+
#define MOD_WSGI_VERSION_STRING "4.5.0"
3030

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

0 commit comments

Comments
 (0)