Version bump (1.2.1)
This commit is contained in:
parent
9833becbb6
commit
cee705be45
2 changed files with 3 additions and 2 deletions
|
@ -14,4 +14,5 @@ $(TZDIR): tzdata-latest.tar.gz
|
||||||
tzdata-latest.tar.gz:
|
tzdata-latest.tar.gz:
|
||||||
curl -O "ftp://ftp.iana.org/tz/tzdata-latest.tar.gz"
|
curl -O "ftp://ftp.iana.org/tz/tzdata-latest.tar.gz"
|
||||||
|
|
||||||
|
clean:
|
||||||
|
@(rm -fr tzdata *.tar.gz tzout *~)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, 'qdate_localtime',
|
{application, 'qdate_localtime',
|
||||||
[
|
[
|
||||||
{description, "Erlang library for conversion from one local time to another (forked specifically for qdate compatibility)"},
|
{description, "Erlang library for conversion from one local time to another (forked specifically for qdate compatibility)"},
|
||||||
{vsn, "1.2.0"},
|
{vsn, "1.2.1"},
|
||||||
{applications, [kernel, stdlib]},
|
{applications, [kernel, stdlib]},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue