summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2019-12-20 17:08:28 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2019-12-20 17:08:28 +1100
commit2ec84a1edfbe5735112606bc58e3b34b872c2e93 (patch)
tree42a93261272ae61c5a99238ef35651f5710f238e
parent79f2abcd7128746e117940f8b85da1294bc8a608 (diff)
downloadmod_wsgi-2ec84a1edfbe5735112606bc58e3b34b872c2e93.tar.gz
Increment version to 4.7.0.
-rwxr-xr-xsrc/server/wsgi_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/wsgi_version.h b/src/server/wsgi_version.h
index faeecf3..3a25587 100755
--- a/src/server/wsgi_version.h
+++ b/src/server/wsgi_version.h
@@ -24,9 +24,9 @@
/* Module version information. */
#define MOD_WSGI_MAJORVERSION_NUMBER 4
-#define MOD_WSGI_MINORVERSION_NUMBER 6
-#define MOD_WSGI_MICROVERSION_NUMBER 9
-#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"
/* ------------------------------------------------------------------------- */