Skip to content

Commit 7e06b02

Browse files
committed
mod_md: fix vesion number format
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932953 13f79535-47bb-0310-9956-ffa450edef68
1 parent b85ec65 commit 7e06b02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/md/md_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @macro
2828
* Version number of the md module as c string
2929
*/
30-
#define MOD_MD_VERSION "2.6.9-git"
30+
#define MOD_MD_VERSION "2.6.9"
3131

3232
/**
3333
* @macro

0 commit comments

Comments
 (0)