Skip to content

Commit

Permalink
update WinSCP version info
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Nov 3, 2017
1 parent f5b9d7b commit a3d87a8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NetBox: SFTP/FTP/FTP(S)/SCP/WebDAV client for Far Manager 2.0/3.0 x86/x64
[![Build status](https://ci.appveyor.com/api/projects/status/91lhdjygkenumcmv?svg=true)](https://ci.appveyor.com/project/michaellukashov/far-netbox)


Based on [WinSCP](http://winscp.net/eng/index.php) version 5.11.1 Copyright (c) 2000-2017 Martin Prikryl
Based on [WinSCP](http://winscp.net/eng/index.php) version 5.11.2 Copyright (c) 2000-2017 Martin Prikryl
Based on [WinSCP as FAR Plugin: SFTP/FTP/SCP client for FAR version 1.6.2](http://winscp.net/download/winscpfar162setup.exe) Copyright (c) 2000-2009 Martin Prikryl
SSH and SCP code based on PuTTY 0.70 Copyright (c) 1997-2017 Simon Tatham
FTP code based on FileZilla 2.2.32 Copyright (c) 2001-2007 Tim Kosse
Expand Down
2 changes: 1 addition & 1 deletion src/NetBox/NetBoxEng.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@
"$$"

"WinSCP"
"5.10.3"
"5.11.2"
"1.6.2"
"Based on WinSCP: SFTP/FTP/SCP client for FAR"
" Version %s"
Expand Down
2 changes: 1 addition & 1 deletion src/NetBox/NetBoxRus.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@
"$$"

"WinSCP"
"5.10.3"
"5.11.2"
"1.6.2"
"Based on WinSCP: SFTP/FTP/SCP client for FAR"
" Version %s"
Expand Down
4 changes: 2 additions & 2 deletions src/NetBox/resource.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define PLUGIN_VERSION_NUM 2,4,5,529
#define PLUGIN_VERSION_NUM 2,4,5,530
#define PLUGIN_VERSION_TXT "2.4.5"
#define PLUGIN_VERSION_WTXT L"2.4.5"

Expand All @@ -13,4 +13,4 @@
#define FILEZILLA_VERSION_WTXT L"2.2.32"
#define ZLIB_VERSION_WTXT L"1.2.11"
#define OPENSSL_VERSION_WTXT L"1.1.0f"
#define WINSCP_VERSION_WTXT L"5.10.3"
#define WINSCP_VERSION_WTXT L"5.11.2"
4 changes: 2 additions & 2 deletions src/NetBox/resource.h.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
#define PUTTY_VERSION_WTXT L"0.70"
#define FILEZILLA_VERSION_WTXT L"2.2.32"
#define ZLIB_VERSION_WTXT L"1.2.11"
#define OPENSSL_VERSION_WTXT L"1.1.0f"
#define WINSCP_VERSION_WTXT L"5.10.3"
#define OPENSSL_VERSION_WTXT L"1.1.0g"
#define WINSCP_VERSION_WTXT L"5.11.2"

0 comments on commit a3d87a8

Please sign in to comment.