Skip to content

Commit

Permalink
bump version to 24.11.1.605
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Nov 24, 2024
1 parent 9177907 commit 4b5cab4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# for this file format description,
# see https://github.com/olivierlacan/keep-a-changelog

## [24.11.1.605] - 2024-11-25

### Fixes

Thanks to ssvine https://github.com/ssvine
* gh-498 Fix RTTI class IDs
https://github.com/michaellukashov/Far-NetBox/pull/498
* gh-496 Fix SCP terminal command execution
https://github.com/michaellukashov/Far-NetBox/pull/496
* gh-495 Remove SSH-1 remainings from the Session dialog
https://github.com/michaellukashov/Far-NetBox/pull/495
* gh-494 Don't treat netbox file as archive when searching in archives
https://github.com/michaellukashov/Far-NetBox/pull/494


## [24.9.0.604] - 2024-09-07

### 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.9.0.604\0"
VALUE "FileVersion", "24.11.1.605\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.9.0.604\0"
VALUE "ProductVersion", "24.11.1.605\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 9
#define NETBOX_VERSION_PATCH 0
#define NETBOX_VERSION_BUILD 604
#define NETBOX_VERSION_MINOR 11
#define NETBOX_VERSION_PATCH 1
#define NETBOX_VERSION_BUILD 605

0 comments on commit 4b5cab4

Please sign in to comment.