From ee97e84f8b606736ebe3bb9991f89ec65a9bdfd3 Mon Sep 17 00:00:00 2001 From: Dave Cottlehuber Date: Wed, 29 Oct 2014 23:15:07 +0100 Subject: erlc: update {id, git} in .app.src with git describe output --- plugins/bootstrap.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk index 084cde3..9397253 100644 --- a/plugins/bootstrap.mk +++ b/plugins/bootstrap.mk @@ -19,6 +19,7 @@ help:: bs_appsrc = "{application, $(PROJECT), [" \ " {description, \"\"}," \ " {vsn, \"0.1.0\"}," \ + " {id, \"git\"}," \ " {modules, []}," \ " {registered, []}," \ " {applications, [" \ @@ -31,6 +32,7 @@ bs_appsrc = "{application, $(PROJECT), [" \ bs_appsrc_lib = "{application, $(PROJECT), [" \ " {description, \"\"}," \ " {vsn, \"0.1.0\"}," \ + " {id, \"git\"}," \ " {modules, []}," \ " {registered, []}," \ " {applications, [" \ -- cgit v1.2.3