Skip to content

Commit

Permalink
bump version to 24.4.1.601
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Apr 10, 2024
1 parent ec4a6ff commit 186a8c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
15 changes: 11 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# for this file format description,
# see https://github.com/olivierlacan/keep-a-changelog

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

### Fixes

Thanks to ssvine https://github.com/ssvine
* gh-455 Fix webdav prefix
* gh-454 Fix WebDAV preserve time
* gh-453 Fix hotkey problems
* gh-452 Fix editor not taking transfer settings into account
* gh-451 Fix openssl compilation flags to prevent DLL pinning


## [24.4.0.600] - 2024-04-03

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.4.0.600\0"
VALUE "FileVersion", "24.4.1.601\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.4.0.600\0"
VALUE "ProductVersion", "24.4.1.601\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 4
#define NETBOX_VERSION_PATCH 0
#define NETBOX_VERSION_BUILD 600
#define NETBOX_VERSION_PATCH 1
#define NETBOX_VERSION_BUILD 601

0 comments on commit 186a8c6

Please sign in to comment.