From 47482f05649af00635d19897158dc3d890589b86 Mon Sep 17 00:00:00 2001 From: Hunter Kelly Date: Mon, 4 Jul 2011 12:22:17 +0100 Subject: [PATCH] Tell rebar to use last tag in git as the vsn(). --- src/ibrowse.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src index 875620d..32c053b 100644 --- a/src/ibrowse.app.src +++ b/src/ibrowse.app.src @@ -1,6 +1,6 @@ {application, ibrowse, [{description, "HTTP client application"}, - {vsn, "2.1.3"}, + {vsn, git}, {modules, [ ibrowse, ibrowse_http_client, ibrowse_app,