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 60afe0f809..405734c2e9 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 "0.5.0-git"
+#define MOD_MD_VERSION "0.6.0"
/**
* @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 0x000500
+#define MOD_MD_VERSION_NUM 0x000600
#define MD_EXPERIMENTAL 1
#define MD_ACME_DEF_URL "https://acme-staging.api.letsencrypt.org/directory"