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 +- lib/tftp/doc/src/notes.xml | 2 +- lib/tftp/src/tftp.app.src | 2 +- lib/tftp/vsn.mk | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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)" diff --git a/lib/tftp/doc/src/notes.xml b/lib/tftp/doc/src/notes.xml index f7525c8f3e..3a4d97a008 100644 --- a/lib/tftp/doc/src/notes.xml +++ b/lib/tftp/doc/src/notes.xml @@ -33,7 +33,7 @@ notes.xml -
TFTP 1.0.0 +
TFTP 1.0
First released version diff --git a/lib/tftp/src/tftp.app.src b/lib/tftp/src/tftp.app.src index 3f008573e8..2a87d39ada 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.0"}, + {vsn, "1.0"}, {registered, []}, {mod, { tftp_app, []}}, {applications, diff --git a/lib/tftp/vsn.mk b/lib/tftp/vsn.mk index c4a6e749e7..f1b0851a8f 100644 --- a/lib/tftp/vsn.mk +++ b/lib/tftp/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = tftp -TFTP_VSN = 1.0.0 +TFTP_VSN = 1.0 PRE_VSN = APP_VSN = "$(APPLICATION)-$(TFTP_VSN)$(PRE_VSN)" -- cgit v1.2.3