Update version to 0.8.2
This commit is contained in:
parent
a3e95c3432
commit
388dc95caa
@ -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.8.1
|
ln -s . /usr/local/lib/erlang/lib/getopt-0.8.2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -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.8.1"},
|
{vsn, "0.8.2"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib]}]}.
|
{applications, [kernel, stdlib]}]}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user