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 96%
rename from lib/erl/src/thrift.app.src.in
rename to lib/erl/src/thrift.app.src
index 176c4c1..88ca4bc 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, [