Update version to 0.8.1

This commit is contained in:
Juan Jose Comellas 2013-07-19 02:31:18 -03:00
parent ae940eb1f5
commit cb40b45bcc
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Requirements
------------
You should only need a somewhat recent version of Erlang/OTP. The module has
been tested with Erlang R13B, R14B and R15B.
been tested with Erlang R13B, R14B, R15B and R16B.
You also need a recent version of [rebar](http://github.com/basho/rebar) in
the system path. If you're going to run the unit tests you need the latest
@ -32,7 +32,7 @@ To build the (very) limited documentation run ``make doc``.
After the module is compiled with ``make``, insert getopt into the Erlang lib directory (e.g. by soft link or copying).
```sh
ln -s . /usr/local/lib/erlang/lib/getopt-0.7.1
ln -s . /usr/local/lib/erlang/lib/getopt-0.8.1
```

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