diff options
author | Stefan Eissing <icing@apache.org> | 2017-10-23 13:55:33 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2017-10-23 13:55:33 +0200 |
commit | 3d0e7ed0024fa3469321aa78c5a9dea1abc8d0a4 (patch) | |
tree | 4de8bfd60e9df919678fc1d1c39b11f2bbfe8d00 /modules/md/md_version.h | |
parent | Rebuild. (diff) | |
download | apache2-3d0e7ed0024fa3469321aa78c5a9dea1abc8d0a4.tar.xz apache2-3d0e7ed0024fa3469321aa78c5a9dea1abc8d0a4.zip |
On the trunk:
*) mod_md: v1.0.1, ServerName/Alias names from pure-http: virtual hosts are no longer
auto-added to a Managed Domain. Error counts of jobs are presisted. When the server
restarts (gracefully) any errored staging areas are purged to reset the signup/renewal
process.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1812999 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 467b864199..c9acf03668 100644 --- a/modules/md/md_version.h +++ b/modules/md/md_version.h @@ -26,7 +26,7 @@ * @macro * Version number of the md module as c string */ -#define MOD_MD_VERSION "1.0.0" +#define MOD_MD_VERSION "1.0.1" /** * @macro @@ -34,7 +34,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 0x010000 +#define MOD_MD_VERSION_NUM 0x010001 #define MD_EXPERIMENTAL 0 #define MD_ACME_DEF_URL "https://acme-v01.api.letsencrypt.org/directory" |