summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/__init__.py1
-rw-r--r--src/server/wsgi_version.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/server/__init__.py b/src/server/__init__.py
index 31b4b0c..cdb6310 100644
--- a/src/server/__init__.py
+++ b/src/server/__init__.py
@@ -1089,6 +1089,7 @@ def _mpm_module_defines(modules_directory):
if os.path.exists(os.path.join(modules_directory,
'mod_mpm_%s.so' % name)):
result.append('-DWSGI_MPM_%s_MODULE' % name.upper())
+ break
return result
def _cmd_setup_server(command, args, options):
diff --git a/src/server/wsgi_version.h b/src/server/wsgi_version.h
index 5d77ee1..1691813 100644
--- a/src/server/wsgi_version.h
+++ b/src/server/wsgi_version.h
@@ -25,8 +25,8 @@
#define MOD_WSGI_MAJORVERSION_NUMBER 4
#define MOD_WSGI_MINORVERSION_NUMBER 2
-#define MOD_WSGI_MICROVERSION_NUMBER 4
-#define MOD_WSGI_VERSION_STRING "4.2.4"
+#define MOD_WSGI_MICROVERSION_NUMBER 5
+#define MOD_WSGI_VERSION_STRING "4.2.5"
/* ------------------------------------------------------------------------- */