Update version number

This commit is contained in:
Juan Jose Comellas 2012-01-29 12:43:56 -03:00
parent 61e4792339
commit dfca05584d

View File

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