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