diff options
| author | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2019-06-18 10:15:46 +1000 |
|---|---|---|
| committer | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2019-06-18 10:15:46 +1000 |
| commit | 1e24f208433300463bbf7d6f55f4bc452cae28b2 (patch) | |
| tree | 99bf0cf2b04c8079148d2d7971895007015ee3e1 /src | |
| parent | c47cdbaaf86d10b16c2b77ceecf5a78ac0d3a3b7 (diff) | |
| download | mod_wsgi-1e24f208433300463bbf7d6f55f4bc452cae28b2.tar.gz | |
Increment version to 4.6.7.
Diffstat (limited to 'src')
| -rwxr-xr-x | src/server/wsgi_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/wsgi_version.h b/src/server/wsgi_version.h index 889b80f..e1f6379 100755 --- 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 6 -#define MOD_WSGI_MICROVERSION_NUMBER 6 -#define MOD_WSGI_VERSION_STRING "4.6.6" +#define MOD_WSGI_MICROVERSION_NUMBER 7 +#define MOD_WSGI_VERSION_STRING "4.6.7" /* ------------------------------------------------------------------------- */ |
