From: Anthony F. Molinaro Date: Wed, 22 Feb 2012 19:33:43 +0000 (+0000) Subject: THRIFT-1520 : embed version number in .app file for easier integration with rebar X-Git-Tag: 0.9.1~442 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=cb4e116ea77b71405cf027f4ac46cc588de5d3ce;p=common%2Fthrift.git THRIFT-1520 : embed version number in .app file for easier integration with rebar git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1292466 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/erl/src/thrift.app.src.in b/lib/erl/src/thrift.app.src similarity index 97% rename from lib/erl/src/thrift.app.src.in rename to lib/erl/src/thrift.app.src index 176c4c1c..88ca4bcc 100644 --- a/lib/erl/src/thrift.app.src.in +++ b/lib/erl/src/thrift.app.src @@ -17,13 +17,13 @@ %% under the License. %% %%% -*- mode:erlang -*- -{application, @PACKAGE_NAME@, +{application, thrift, [ % A quick description of the application. {description, "Thrift bindings"}, % The version of the applicaton - {vsn, "@PACKAGE_VERSION@"}, + {vsn, "0.9.0-dev"}, % All modules used by the application. {modules, [