diff options
| author | Graham.Dumpleton <devnull@localhost> | 2008-07-08 01:11:12 +0000 |
|---|---|---|
| committer | Graham.Dumpleton <devnull@localhost> | 2008-07-08 01:11:12 +0000 |
| commit | d9178ec991f7d2e98728f8e9478a959d0d0bfdcb (patch) | |
| tree | 4761e97e4ccaeea8187fa75443edbd2c048ca74b | |
| parent | d7201e3ce708c90906bfbf73b1fa52f4b2d69146 (diff) | |
| download | mod_wsgi-d9178ec991f7d2e98728f8e9478a959d0d0bfdcb.tar.gz | |
Update version string/numbers.
| -rw-r--r-- | mod_wsgi.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -194,8 +194,8 @@ static apr_status_t apr_os_pipe_put_ex(apr_file_t **file, /* Version and module information. */ #define MOD_WSGI_MAJORVERSION_NUMBER 1 -#define MOD_WSGI_MINORVERSION_NUMBER 4 -#define MOD_WSGI_VERSION_STRING "1.4-BRANCH" +#define MOD_WSGI_MINORVERSION_NUMBER 5 +#define MOD_WSGI_VERSION_STRING "1.5-BRANCH" #if AP_SERVER_MAJORVERSION_NUMBER < 2 module MODULE_VAR_EXPORT wsgi_module; |
