From 7e06b0218094c91b82402a8f1d93648654722a16 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Fri, 10 Apr 2026 09:50:18 +0000 Subject: [PATCH] mod_md: fix vesion number format git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932953 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 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 -- 2.47.3