25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-10-19 15:32:08 +02:00

ejabberd_options: Add trailing @ to @VERSION@

Thanks to Marc Schink for reporting the issue.
This commit is contained in:
Holger Weiss 2024-07-05 22:41:18 +02:00
parent e25bdba16d
commit 1add1de23b

View File

@ -117,7 +117,7 @@ opt_type(captcha_cmd) ->
fun(V) ->
V2 = misc:expand_keyword(<<"@SEMVER@">>, V,
ejabberd_option:version()),
misc:expand_keyword(<<"@VERSION">>, V2,
misc:expand_keyword(<<"@VERSION@">>, V2,
misc:semver_to_xxyy(ejabberd_option:version()))
end);
opt_type(captcha_host) ->