This commit is contained in:
Craig Everett 2019-12-20 19:38:33 +09:00
parent 959902d56f
commit da29af2d40
3 changed files with 17 additions and 5 deletions

View File

@ -1,8 +1,9 @@
{application,zx,
[{description,"Zomp client program"},
{vsn,"0.2.1"},
[{description,[]},
{vsn,"0.3.0"},
{applications,[stdlib,kernel]},
{modules,[zx,zx_auth,zx_conn,zx_conn_sup,zx_daemon,zx_key,
zx_lib,zx_local,zx_net,zx_peer,zx_peer_man,
zx_peer_sup,zx_peers,zx_proxy,zx_sup,zx_tty,zx_zsp]},
zx_peer_sup,zx_peers,zx_proxy,zx_sup,zx_tty,
zx_userconf,zx_zsp]},
{mod,{zx,none}}]}.

View File

@ -693,7 +693,7 @@ update_version(Realm, Name, OldVersion, NewVersion, OldMeta) ->
ok = update_app_vsn(Name, NewVersion),
{ok, OldVS} = zx_lib:version_to_string(OldVersion),
{ok, NewVS} = zx_lib:version_to_string(NewVersion),
tell("Version changed from ~s to ~s.~n", [OldVS, NewVS]);
tell("Version changed from ~s to ~s.", [OldVS, NewVS]);
Error ->
ok = tell(error, "Write to zomp.meta failed with: ~160tp", [Error]),
Error

View File

@ -1,5 +1,16 @@
{a_email,[]}.
{author,[]}.
{c_email,[]}.
{copyright,[]}.
{deps,[]}.
{package_id,{"otpr","zx",{0,2,1}}}.
{desc,[]}.
{key_name,none}.
{license,[]}.
{modules,[]}.
{name,[]}.
{package_id,{"otpr","zx",{0,3,0}}}.
{prefix,"zx_"}.
{repo_url,[]}.
{tags,[]}.
{type,app}.
{ws_url,[]}.