Add support for rebar.

This commit is contained in:
Juan Jose Comellas
2010-09-23 15:08:58 -03:00
parent 58960e6356
commit f539fbbc8a
5 changed files with 40 additions and 29 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
{application, getopt,
[{description, "Options parser for Erlang"},
{vsn, "0.1.1"},
{vsn, "0.3.0"},
{modules, [getopt]},
{registered, []},
{applications, [kernel, stdlib]}]}.