From 10ef9923a94c95a550546e1df3748fd5f3ecb81c Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 19 Feb 2020 10:55:22 +0000 Subject: [PATCH] Merge of r1874188 from trunk: * mod_md: fix of version string git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1874189 13f79535-47bb-0310-9956-ffa450edef68 --- modules/md/md_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/md/md_version.h b/modules/md/md_version.h index f51cf69effc..21f5de1c737 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 "2.2.7-git" +#define MOD_MD_VERSION "2.2.7" /** * @macro -- 2.47.3