Update version to 0.5.0

This commit is contained in:
Juan Jose Comellas 2012-07-20 07:52:17 -03:00
parent afc2c85406
commit 3f0ac07896

View File

@ -1,7 +1,7 @@
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
{application, getopt,
[{description, "Command-line options parser for Erlang"},
{vsn, "0.4.4"},
{vsn, "0.5.0"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]}]}.