Skip to content

Commit

Permalink
bump version to 24.4.0.600
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Apr 2, 2024
1 parent 088a48b commit 9c9de8a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
* <Description>
**Full Changelog**:

## [24.4.0.600] - 2024-04-03

### Fixes

- Fix Far Issue #816: Far silently crashes on FTP connection attempt
https://github.com/FarGroup/FarManager/issues/816

Thanks to ssvine https://github.com/ssvine
* gh-448 Crash on directory copy
* gh-443 Several crashes
* gh-440 WebDAV: Crashes on connection


## [24.3.1.599] - 2024-03-22

### Changes
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.1.599\0"
VALUE "FileVersion", "24.4.0.600\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.1.599\0"
VALUE "ProductVersion", "24.4.0.600\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 3
#define NETBOX_VERSION_PATCH 1
#define NETBOX_VERSION_BUILD 599
#define NETBOX_VERSION_MINOR 4
#define NETBOX_VERSION_PATCH 0
#define NETBOX_VERSION_BUILD 600

0 comments on commit 9c9de8a

Please sign in to comment.