From 69a8c892675884f46381a463d8ec81343f0af646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Dimitrov?= Date: Wed, 28 Mar 2018 11:44:50 +0200 Subject: ftp,tftp: Update initial version 1.0.0 -> 1.0 Change-Id: I014b191da144c299d056eb155ed99ace710112b1 --- lib/ftp/doc/src/notes.xml | 2 +- lib/ftp/src/ftp.app.src | 2 +- lib/ftp/vsn.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/ftp') diff --git a/lib/ftp/doc/src/notes.xml b/lib/ftp/doc/src/notes.xml index a8f4e18b51..50f38941e5 100644 --- a/lib/ftp/doc/src/notes.xml +++ b/lib/ftp/doc/src/notes.xml @@ -33,7 +33,7 @@ notes.xml -
FTP 1.0.0 +
FTP 1.0
First released version 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, diff --git a/lib/ftp/vsn.mk b/lib/ftp/vsn.mk index 901ff6d450..3099144a6e 100644 --- a/lib/ftp/vsn.mk +++ b/lib/ftp/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = ftp -FTP_VSN = 1.0.0 +FTP_VSN = 1.0 PRE_VSN = APP_VSN = "$(APPLICATION)-$(FTP_VSN)$(PRE_VSN)" -- cgit v1.2.3