We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f2abc commit 2ec84a1Copy full SHA for 2ec84a1
src/server/wsgi_version.h
@@ -24,9 +24,9 @@
24
/* Module version information. */
25
26
#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"
+#define MOD_WSGI_MINORVERSION_NUMBER 7
+#define MOD_WSGI_MICROVERSION_NUMBER 0
+#define MOD_WSGI_VERSION_STRING "4.7.0"
30
31
/* ------------------------------------------------------------------------- */
32
0 commit comments