Skip to content

Commit

Permalink
bump version to 24.2.2.593
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Feb 24, 2024
1 parent bb148f6 commit 5c97d66
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
## [Unreleased] - ReleaseDate


## [24.2.2.592] - 2024-02-24
## [24.2.2.593] - 2024-02-24

### Changes

- Upgrade WinSCP sources: WinSCP 6.3.1

### Fixes

- correction of: gh-409 Debug log loses messages


## [24.2.2.591] - 2024-02-23

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Far-NetBox: SFTP/FTP/SCP/WebDAV/S3 client for Far Manager 3.0 x86/x64/ARM64
| Appveyor | [![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 6.3.0 Copyright (c) 2000-2024 Martin Prikryl
Based on [WinSCP](http://winscp.net/eng/index.php) version 6.3.1 Copyright (c) 2000-2024 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

Expand Down
4 changes: 2 additions & 2 deletions src/NetBox/NetBox.rc
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ FILETYPE 0x2
{
VALUE "CompanyName", "Mikhail Lukashov\0"
VALUE "FileDescription", "NetBox: SFTP/FTP/FTPS/SCP/WebDAV/S3 client for Far Manager 3.0\0"
VALUE "FileVersion", "24.2.2.592\0"
VALUE "FileVersion", "24.2.2.593\0"
VALUE "InternalName", "FarNetBox\0"
VALUE "LegalCopyright", "(c) 2011, 2024 Mikhail Lukashov\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "NetBox.dll\0"
VALUE "ProductName", "NetBox\0"
VALUE "ProductVersion", "24.2.2.592\0"
VALUE "ProductVersion", "24.2.2.593\0"
VALUE "ReleaseType", "beta\0"
VALUE "WWW", "https://github.com/michaellukashov/Far-NetBox\0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/NetBox/NetBoxEng.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@
"$$"

"WinSCP"
"6.3.0"
"6.3.1"
"1.6.2"
"Based on WinSCPFar: SFTP/FTP/SCP client for Far 1.75"
" Version %s"
Expand Down
2 changes: 1 addition & 1 deletion src/NetBox/NetBoxPol.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@
"$$"

"WinSCP"
"6.3.0"
"6.3.1"
"1.6.2"
"Bazuje na WinSCPFar: SFTP/FTP/SCP klient dla Far 1.75"
" Wersja %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 @@ -1274,7 +1274,7 @@
"$$"

"WinSCP"
"6.3.0"
"6.3.1"
"1.6.2"
"Based on WinSCPFar: SFTP/FTP/SCP client for Far 1.75"
" Version %s"
Expand Down
2 changes: 1 addition & 1 deletion src/NetBox/NetBoxSpa.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@
"$$"

"WinSCP"
"6.3.0"
"6.3.1"
"1.6.2"
"Based on WinSCPFar: SFTP/FTP/SCP client for Far 1.75"
" Version %s"
Expand Down
2 changes: 1 addition & 1 deletion src/NetBox/plugin_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
#define NETBOX_VERSION_MAJOR 24
#define NETBOX_VERSION_MINOR 2
#define NETBOX_VERSION_PATCH 2
#define NETBOX_VERSION_BUILD 592
#define NETBOX_VERSION_BUILD 593
2 changes: 1 addition & 1 deletion src/NetBox/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
#define FILEZILLA_VERSION_WTXT L"2.2.32"
#define ZLIB_VERSION_WTXT L"zlib-ng 2.1.6"
#define OPENSSL_VERSION_WTXT L"3.2.1"
#define WINSCP_VERSION_WTXT L"6.3.0"
#define WINSCP_VERSION_WTXT L"6.3.1"
2 changes: 1 addition & 1 deletion src/NetBox/resource.h.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
#define FILEZILLA_VERSION_WTXT L"2.2.32"
#define ZLIB_VERSION_WTXT L"zlib-ng 2.1.6"
#define OPENSSL_VERSION_WTXT L"3.2.1"
#define WINSCP_VERSION_WTXT L"6.3.0"
#define WINSCP_VERSION_WTXT L"6.3.1"

0 comments on commit 5c97d66

Please sign in to comment.