diff options
author | Stefan Eissing <icing@apache.org> | 2019-08-05 12:27:34 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2019-08-05 12:27:34 +0200 |
commit | 09b2410688888c0f39ee780e35a51ba06469f382 (patch) | |
tree | 18e4445bf6c65f388729a98cd8edce077d02d6df /modules/md/md_version.h | |
parent | set PCRE_DOTALL by default (diff) | |
download | apache2-09b2410688888c0f39ee780e35a51ba06469f382.tar.xz apache2-09b2410688888c0f39ee780e35a51ba06469f382.zip |
* mod_md: fix compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1864425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/md/md_version.h')
-rw-r--r-- | modules/md/md_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/md/md_version.h b/modules/md/md_version.h index 21286a2616..d7ebed23b6 100644 --- a/modules/md/md_version.h +++ b/modules/md/md_version.h @@ -27,7 +27,7 @@ * @macro * Version number of the md module as c string */ -#define MOD_MD_VERSION "2.0.7" +#define MOD_MD_VERSION "2.0.10" /** * @macro @@ -35,7 +35,7 @@ * release. This is a 24 bit number with 8 bits for major number, 8 bits * for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203. */ -#define MOD_MD_VERSION_NUM 0x020007 +#define MOD_MD_VERSION_NUM 0x02000a #define MD_ACME_DEF_URL "https://acme-v02.api.letsencrypt.org/directory" |