Skip to content

Commit

Permalink
bump version to 24.3.1.599
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Mar 22, 2024
1 parent 184f681 commit 3946374
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@
* <Description>
**Full Changelog**:

## [24.3.0.599] - 2024-03-22
## [24.3.1.599] - 2024-03-22

### Changes

- Upgrade WinSCP sources: WinSCP 6.3.3
- Upgrade dependencies: expat 2.6.2

### Fixes

Thanks to ssvine https://github.com/ssvine
* gh-437 SCP: don't hang if binary data is accidentally written to the terminal
* gh-435 Fix several tinylog problems
* gh-434 Prevent silent termination under certain conditions
* gh-433 Fix FTP crash on certain servers


## [24.3.0.598] - 2024-03-09

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.3.0.598\0"
VALUE "FileVersion", "24.3.1.599\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.3.0.598\0"
VALUE "ProductVersion", "24.3.1.599\0"
VALUE "ReleaseType", "beta\0"
VALUE "WWW", "https://github.com/michaellukashov/Far-NetBox\0"
}
Expand Down
4 changes: 2 additions & 2 deletions src/NetBox/plugin_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

#define NETBOX_VERSION_MAJOR 24
#define NETBOX_VERSION_MINOR 3
#define NETBOX_VERSION_PATCH 0
#define NETBOX_VERSION_BUILD 598
#define NETBOX_VERSION_PATCH 1
#define NETBOX_VERSION_BUILD 599

0 comments on commit 3946374

Please sign in to comment.