]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_md: fixed version string by removing -git, thanks for spotting @steffenal.
authorStefan Eissing <icing@apache.org>
Wed, 19 Feb 2020 10:54:30 +0000 (10:54 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 19 Feb 2020 10:54:30 +0000 (10:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874188 13f79535-47bb-0310-9956-ffa450edef68

modules/md/md_version.h

index f51cf69effc90ee903badf93d11df359ce024df4..21f5de1c7377b37e6ecc232b4189c0b30cf4234f 100644 (file)
@@ -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