diff options
author | Ingela Anderton Andin <[email protected]> | 2018-09-24 11:27:09 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-09-24 11:27:09 +0200 |
commit | b03e95b4495c71c63ae7d483fee365d5cac05163 (patch) | |
tree | a3b4f31d0c7097024c8c1d01e9dba218b4957dba /lib/tftp | |
parent | 64422fcac9c602641dcf24ef2d35e3491376304d (diff) | |
parent | 3daef1a4ee8cfce90d0220be3695809ccbb8ea58 (diff) | |
download | otp-b03e95b4495c71c63ae7d483fee365d5cac05163.tar.gz otp-b03e95b4495c71c63ae7d483fee365d5cac05163.tar.bz2 otp-b03e95b4495c71c63ae7d483fee365d5cac05163.zip |
Merge branch 'ingela/ftp/tftp/app.src-fix' into maint
* ingela/ftp/tftp/app.src-fix:
ftp, tftp: Version should not be hardcoded in <app>.app.src
Diffstat (limited to 'lib/tftp')
-rw-r--r-- | lib/tftp/src/tftp.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tftp/src/tftp.app.src b/lib/tftp/src/tftp.app.src index 2a87d39ada..9e79fe32bf 100644 --- a/lib/tftp/src/tftp.app.src +++ b/lib/tftp/src/tftp.app.src @@ -1,6 +1,6 @@ {application, tftp, [{description, "TFTP application"}, - {vsn, "1.0"}, + {vsn, "%VSN%"}, {registered, []}, {mod, { tftp_app, []}}, {applications, |