diff --git a/CHANGES b/CHANGES index 9c9ba5e..bf6669a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.0.5 - 2017-05-26 mgk25 + + . delete obsolete Apache 1.3 code and macros (GitHub #18) + 2.0.4 - 2017-05-24 mgk25 . Fix handling of directive "ErrorDocument 401 ..." on Apache 2.4.13 or later diff --git a/mod_ucam_webauth.c b/mod_ucam_webauth.c index a8cb23b..53a5fce 100644 --- a/mod_ucam_webauth.c +++ b/mod_ucam_webauth.c @@ -26,7 +26,7 @@ */ -#define VERSION "2.0.4" +#define VERSION "2.0.5" /* MODULE-DEFINITION-START