Skip to content

Commit e9aefda

Browse files
Merge branch 'develop' into feature/request-metrics
2 parents 691a32d + 4ddb181 commit e9aefda

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)