From: Stefan Eissing Date: Wed, 19 Feb 2020 10:54:30 +0000 (+0000) Subject: mod_md: fixed version string by removing -git, thanks for spotting @steffenal. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1638 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=153739394de687fc4f2c1fa70090dee5a9c984b6;p=thirdparty%2Fapache%2Fhttpd.git mod_md: fixed version string by removing -git, thanks for spotting @steffenal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874188 13f79535-47bb-0310-9956-ffa450edef68 --- 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