Update version to 0.5.1

This commit is contained in:
Juan Jose Comellas 2012-07-20 11:02:29 -03:00
parent f55ef18bab
commit 8073fa72a4

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