Skip to content

Commit

Permalink
bump version to 24.3.0.597
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Mar 5, 2024
1 parent b253c6c commit b734eae
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
15 changes: 14 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,25 @@

<!-- next-header -->
## [Unreleased] - ReleaseDate
* <Description>
**Full Changelog**:

## [24.3.0.597] - 2024-03-05

### Fixes

Thanks to ssvine https://github.com/ssvine
* gh-420 Fix and optimize symlink reading
* gh-418 Fix: cannot use proxy with FTP connection

**Full Changelog**: https://github.com/michaellukashov/Far-NetBox/compare/v24.2.2.596...v24.3.0.597


## [24.2.3.596] - 2024-02-26

### Fixes

* gh-414 FTP: Netbox always crashes while connecting
* gh-414 FTP: Netbox always crashes while connecting


## [24.2.2.595] - 2024-02-25
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.3.596\0"
VALUE "FileVersion", "24.3.0.597\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.3.596\0"
VALUE "ProductVersion", "24.3.0.597\0"
VALUE "ReleaseType", "beta\0"
VALUE "WWW", "https://github.com/michaellukashov/Far-NetBox\0"
}
Expand Down
6 changes: 3 additions & 3 deletions src/NetBox/plugin_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#pragma once

#define NETBOX_VERSION_MAJOR 24
#define NETBOX_VERSION_MINOR 2
#define NETBOX_VERSION_PATCH 3
#define NETBOX_VERSION_BUILD 596
#define NETBOX_VERSION_MINOR 3
#define NETBOX_VERSION_PATCH 0
#define NETBOX_VERSION_BUILD 597

0 comments on commit b734eae

Please sign in to comment.