summaryrefslogtreecommitdiffstats
path: root/modules/md/md_version.h
diff options
context:
space:
mode:
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 d08b927ab4..f11d130987 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.1.1"
+#define MOD_MD_VERSION "1.1.2"
/**
* @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 0x010101
+#define MOD_MD_VERSION_NUM 0x010102
#define MD_ACME_DEF_URL "https://acme-v01.api.letsencrypt.org/directory"