0.2.2 - minor fix to retrieve tzdata
This commit is contained in:
@@ -76,6 +76,8 @@ A big thanks to ezic's contributors:
|
|||||||
* [jrgdiz](https://github.com/jrgdiz)
|
* [jrgdiz](https://github.com/jrgdiz)
|
||||||
* [arkdro](https://github.com/arkdro)
|
* [arkdro](https://github.com/arkdro)
|
||||||
* [amasyura](https://github.com/amasyura)
|
* [amasyura](https://github.com/amasyura)
|
||||||
|
* [manuel-rubio](https://github.com/manuel-rubio)
|
||||||
|
* [danielribes](https://github.com/danielribes)
|
||||||
|
|
||||||
The decision to release this into the public domain was inspired by the (anti-) license of the [SQLite project](http://www.sqlite.org/copyright.html).
|
The decision to release this into the public domain was inspired by the (anti-) license of the [SQLite project](http://www.sqlite.org/copyright.html).
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{application,ezic,
|
{application,ezic,
|
||||||
[{registered,[]},
|
[{registered,[]},
|
||||||
{vsn,"0.2.1"},
|
{vsn,"0.2.2"},
|
||||||
{description,"A set of Erlang utilities for the Olson timezone database files"},
|
{description,"A set of Erlang utilities for the Olson timezone database files"},
|
||||||
{applications,[kernel,stdlib]},
|
{applications,[kernel,stdlib]},
|
||||||
{env,[{tzdata_dir,"priv/tzdata"}]},
|
{env,[{tzdata_dir,"priv/tzdata"}]},
|
||||||
|
|||||||
Reference in New Issue
Block a user