Skip to content

Commit 2ec84a1

Browse files
Increment version to 4.7.0.
1 parent 79f2abc commit 2ec84a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/server/wsgi_version.h

+3-3
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 6
28-
#define MOD_WSGI_MICROVERSION_NUMBER 9
29-
#define MOD_WSGI_VERSION_STRING "4.6.9"
27+
#define MOD_WSGI_MINORVERSION_NUMBER 7
28+
#define MOD_WSGI_MICROVERSION_NUMBER 0
29+
#define MOD_WSGI_VERSION_STRING "4.7.0"
3030

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

0 commit comments

Comments
 (0)