diff options
| author | Graham.Dumpleton <devnull@localhost> | 2009-05-11 11:15:20 +0000 |
|---|---|---|
| committer | Graham.Dumpleton <devnull@localhost> | 2009-05-11 11:15:20 +0000 |
| commit | 8b0c5942421101671d6b4f07934815b8eba51c0e (patch) | |
| tree | 7dcbd37fbac26eb57fac9d74bf6ea7f3abcca783 | |
| parent | d4aebcda4fabb5d63768e34ba3c09327787d15fe (diff) | |
| download | mod_wsgi-2.5.tar.gz | |
Update version string for 2.5 release.2.5
| -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 5 -#define MOD_WSGI_VERSION_STRING "2.5-BRANCH" +#define MOD_WSGI_VERSION_STRING "2.5" #if AP_SERVER_MAJORVERSION_NUMBER < 2 module MODULE_VAR_EXPORT wsgi_module; |
