Update version to 0.8.1
This commit is contained in:
parent
ae940eb1f5
commit
cb40b45bcc
@ -8,7 +8,7 @@ Requirements
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
You should only need a somewhat recent version of Erlang/OTP. The module has
|
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
|
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
|
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).
|
After the module is compiled with ``make``, insert getopt into the Erlang lib directory (e.g. by soft link or copying).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
ln -s . /usr/local/lib/erlang/lib/getopt-0.7.1
|
ln -s . /usr/local/lib/erlang/lib/getopt-0.8.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -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, "Command-line options parser for Erlang"},
|
[{description, "Command-line options parser for Erlang"},
|
||||||
{vsn, "0.7.1"},
|
{vsn, "0.8.1"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib]}]}.
|
{applications, [kernel, stdlib]}]}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user