Upgrade version to 0.4.3

This commit is contained in:
Juan Jose Comellas 2012-04-16 13:13:43 -03:00
parent a5279f57da
commit 659a28f414

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.2"},
{vsn, "0.4.3"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]}]}.