summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham.Dumpleton <devnull@localhost>2009-03-31 09:35:00 +0000
committerGraham.Dumpleton <devnull@localhost>2009-03-31 09:35:00 +0000
commit9650ace19e15cd141c38579d85468fe793baa02e (patch)
treeb5e4a8a29ec2b73bbf3873e788e0032f5987c0e8
parent105cb07bed69c31faee16d32a483f9466118f358 (diff)
downloadmod_wsgi-9650ace19e15cd141c38579d85468fe793baa02e.tar.gz
Fix version string for 1.4 release candidate 1 to match existing tagging2.4c1
convention.
-rw-r--r--mod_wsgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_wsgi.c b/mod_wsgi.c
index 22cc555..0b6e09b 100644
--- a/mod_wsgi.c
+++ b/mod_wsgi.c
@@ -246,7 +246,7 @@ static char *apr_off_t_toa(apr_pool_t *p, apr_off_t n)
#define MOD_WSGI_MAJORVERSION_NUMBER 2
#define MOD_WSGI_MINORVERSION_NUMBER 4
-#define MOD_WSGI_VERSION_STRING "2.4rc1"
+#define MOD_WSGI_VERSION_STRING "2.4c1"
#if AP_SERVER_MAJORVERSION_NUMBER < 2
module MODULE_VAR_EXPORT wsgi_module;