summaryrefslogtreecommitdiffstats
path: root/modules/md/md_version.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2018-08-03 12:38:33 +0200
committerStefan Eissing <icing@apache.org>2018-08-03 12:38:33 +0200
commit53e517acec1b3d6a1f8953ec9251c7caaf048e38 (patch)
treed8d5503ec86c572bfbf1eb5607e59dbeef552ae5 /modules/md/md_version.h
parentevent, worker: follow up to r1835845, r1837354: pruntime is global now. (diff)
downloadapache2-53e517acec1b3d6a1f8953ec9251c7caaf048e38.tar.xz
apache2-53e517acec1b3d6a1f8953ec9251c7caaf048e38.zip
On the trunk:
mod_md: When the last domain name from an MD is moved to another one, that now empty MD gets moved to the store archive. PR 62572. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1837357 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/md/md_version.h')
-rw-r--r--modules/md/md_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/md/md_version.h b/modules/md/md_version.h
index b87f19c1db..34ab4eb61e 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 "1.1.15"
+#define MOD_MD_VERSION "1.1.16"
/**
* @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 0x01010f
+#define MOD_MD_VERSION_NUM 0x010110
#define MD_ACME_DEF_URL "https://acme-v01.api.letsencrypt.org/directory"