diff options
author | Péter Dimitrov <[email protected]> | 2018-03-28 11:44:50 +0200 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2018-03-28 11:44:50 +0200 |
commit | 69a8c892675884f46381a463d8ec81343f0af646 (patch) | |
tree | e0a3630cb18a3afa4c23b63ee7da307a13f65618 /lib/ftp/src/ftp.app.src | |
parent | f7282fb29441586b108c439f1628c19aaafa9555 (diff) | |
download | otp-69a8c892675884f46381a463d8ec81343f0af646.tar.gz otp-69a8c892675884f46381a463d8ec81343f0af646.tar.bz2 otp-69a8c892675884f46381a463d8ec81343f0af646.zip |
ftp,tftp: Update initial version 1.0.0 -> 1.0
Change-Id: I014b191da144c299d056eb155ed99ace710112b1
Diffstat (limited to 'lib/ftp/src/ftp.app.src')
-rw-r--r-- | lib/ftp/src/ftp.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftp/src/ftp.app.src b/lib/ftp/src/ftp.app.src index a50d4936b8..237174358f 100644 --- a/lib/ftp/src/ftp.app.src +++ b/lib/ftp/src/ftp.app.src @@ -1,6 +1,6 @@ {application, ftp, [{description, "FTP client"}, - {vsn, "1.0.0"}, + {vsn, "1.0"}, {registered, []}, {mod, { ftp_app, []}}, {applications, |