From 3daef1a4ee8cfce90d0220be3695809ccbb8ea58 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Mon, 24 Sep 2018 11:24:47 +0200 Subject: ftp, tftp: Version should not be hardcoded in .app.src --- lib/ftp/src/ftp.app.src | 2 +- lib/tftp/src/tftp.app.src | 2 +- 2 files changed, 2 insertions(+), 2 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, 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, -- cgit v1.2.3