From: Stefan Eissing Date: Fri, 10 Apr 2026 09:50:18 +0000 (+0000) Subject: mod_md: fix vesion number format X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fapache%2Fhttpd.git mod_md: fix vesion number format git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932953 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/md/md_version.h b/modules/md/md_version.h index 1cd6b82e89..7a05c09ab9 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.6.9-git" +#define MOD_MD_VERSION "2.6.9" /** * @macro