summaryrefslogtreecommitdiff
path: root/src/server/wsgi_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/wsgi_version.h')
-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 3a25587..998ac2f 100755
--- a/src/server/wsgi_version.h
+++ b/src/server/wsgi_version.h
@@ -4,7 +4,7 @@
/* ------------------------------------------------------------------------- */
/*
- * Copyright 2007-2019 GRAHAM DUMPLETON
+ * Copyright 2007-2020 GRAHAM DUMPLETON
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -25,8 +25,8 @@
#define MOD_WSGI_MAJORVERSION_NUMBER 4
#define MOD_WSGI_MINORVERSION_NUMBER 7
-#define MOD_WSGI_MICROVERSION_NUMBER 0
-#define MOD_WSGI_VERSION_STRING "4.7.0"
+#define MOD_WSGI_MICROVERSION_NUMBER 1
+#define MOD_WSGI_VERSION_STRING "4.7.1"
/* ------------------------------------------------------------------------- */