aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2018-09-24 11:27:47 +0200
committerIngela Anderton Andin <[email protected]>2018-09-24 11:27:47 +0200
commit7f5a7bcdb54211a3901cb23305f24e1e4b821ec7 (patch)
tree3156099aeb0943c16afc563bdfffdd0167347b51
parent672a164719fe5f0e2b3185034dfc3f761b5397e9 (diff)
parentb03e95b4495c71c63ae7d483fee365d5cac05163 (diff)
downloadotp-7f5a7bcdb54211a3901cb23305f24e1e4b821ec7.tar.gz
otp-7f5a7bcdb54211a3901cb23305f24e1e4b821ec7.tar.bz2
otp-7f5a7bcdb54211a3901cb23305f24e1e4b821ec7.zip
Merge branch 'maint'
-rw-r--r--lib/ftp/src/ftp.app.src2
-rw-r--r--lib/tftp/src/tftp.app.src2
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,