From 7a1083d2a881b511e202edd0e2ff2b207e23ae5b Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 28 Oct 2013 14:11:51 -0700 Subject: support using the original app vsn as a string not the parsed vsn --- src/rlx_release.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rlx_release.erl') diff --git a/src/rlx_release.erl b/src/rlx_release.erl index ca3fa11..1d333bf 100644 --- a/src/rlx_release.erl +++ b/src/rlx_release.erl @@ -281,7 +281,7 @@ create_app_spec(Annots, App, ActiveApps, LibraryApps) -> throw:not_found -> {TypeAnnot, void} end, - Vsn = rlx_app_info:vsn_as_string(App), + Vsn = rlx_app_info:original_vsn(App), case BaseAnnots of {void, void} -> {AppName, Vsn}; -- cgit v1.2.3