diff options
author | Henrik Nord <[email protected]> | 2018-09-25 08:42:59 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2018-09-25 08:42:59 +0200 |
commit | e6c3dd9f701d354c06b9b1b043a3d7e9cc050b1c (patch) | |
tree | a27c6c89bba769d5a6467b0a51df0c9adb8e9e47 /lib/ftp/vsn.mk | |
parent | 494cb3be4a98653c212d673008085bc3ea70dc7e (diff) | |
parent | 377f19f25aeec6939a6728bd0c4910086c22ccdc (diff) | |
download | otp-e6c3dd9f701d354c06b9b1b043a3d7e9cc050b1c.tar.gz otp-e6c3dd9f701d354c06b9b1b043a3d7e9cc050b1c.tar.bz2 otp-e6c3dd9f701d354c06b9b1b043a3d7e9cc050b1c.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ftp/vsn.mk')
-rw-r--r-- | lib/ftp/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftp/vsn.mk b/lib/ftp/vsn.mk index 3099144a6e..d5d6c45b28 100644 --- a/lib/ftp/vsn.mk +++ b/lib/ftp/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = ftp -FTP_VSN = 1.0 +FTP_VSN = 1.0.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(FTP_VSN)$(PRE_VSN)" |