Compare commits
No commits in common. "master" and "1.2.1" have entirely different histories.
2 changed files with 2 additions and 3 deletions
|
@ -14,5 +14,4 @@ $(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.1"},
|
{vsn, "1.2.0"},
|
||||||
{applications, [kernel, stdlib]},
|
{applications, [kernel, stdlib]},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue