summaryrefslogtreecommitdiffstats
path: root/modules/md/md_version.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2019-03-26 11:57:51 +0100
committerStefan Eissing <icing@apache.org>2019-03-26 11:57:51 +0100
commit2179d63f3dcefe991eca270ce717e3b0d7080870 (patch)
tree60bff3974ebc9efd7c5fd3d5502d16d4ca8f6c4d /modules/md/md_version.h
parentmod_proxy: follow up to r1836588: configurable Proxy100Continue. (diff)
downloadapache2-2179d63f3dcefe991eca270ce717e3b0d7080870.tar.xz
apache2-2179d63f3dcefe991eca270ce717e3b0d7080870.zip
*) mod_md: Store permissions are enforced on file creation, enforcing restrictions in
spite of umask. Fixes <https://github.com/icing/mod_md/issues/117>. [Stefan Eissing] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1856297 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 58a4afc1b5..45c1d2e0e2 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.18-DEV"
+#define MOD_MD_VERSION "1.1.19-DEV"
/**
* @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 0x010112
+#define MOD_MD_VERSION_NUM 0x010113
#define MD_ACME_DEF_URL "https://acme-v01.api.letsencrypt.org/directory"