diff options
author | Ingela Anderton Andin <[email protected]> | 2018-09-24 11:24:47 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-09-24 11:24:47 +0200 |
commit | 3daef1a4ee8cfce90d0220be3695809ccbb8ea58 (patch) | |
tree | a3b4f31d0c7097024c8c1d01e9dba218b4957dba /lib/ftp/src | |
parent | 299291fd3da85eff4a1f5d9a602d514c4ac9e6f6 (diff) | |
download | otp-3daef1a4ee8cfce90d0220be3695809ccbb8ea58.tar.gz otp-3daef1a4ee8cfce90d0220be3695809ccbb8ea58.tar.bz2 otp-3daef1a4ee8cfce90d0220be3695809ccbb8ea58.zip |
ftp, tftp: Version should not be hardcoded in <app>.app.src
Diffstat (limited to 'lib/ftp/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 237174358f..66ccace390 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"}, + {vsn, "%VSN%"}, {registered, []}, {mod, { ftp_app, []}}, {applications, |