diff options
| author | Graham.Dumpleton <devnull@localhost> | 2009-04-10 11:44:42 +0000 |
|---|---|---|
| committer | Graham.Dumpleton <devnull@localhost> | 2009-04-10 11:44:42 +0000 |
| commit | 5da14039d3b7803a88418a2e8a333ab5b9b54f0e (patch) | |
| tree | 910ba82d8574045ca149b7a2008bd1ef44e7e9ea | |
| parent | 35c00118f5ac885c83d3f44f90d4a1cb7c55e514 (diff) | |
| download | mod_wsgi-2.4.tar.gz | |
Update version string to 2.4 for final release.2.4
| -rw-r--r-- | mod_wsgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.4c2" +#define MOD_WSGI_VERSION_STRING "2.4" #if AP_SERVER_MAJORVERSION_NUMBER < 2 module MODULE_VAR_EXPORT wsgi_module; |
