Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Mar 24, 2017
1 parent 4df8b4b commit 891db05
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
@@ -1,5 +1,7 @@
NetBox 2.4.2.474 22.03.2017
NetBox 2.4.2.475 24.03.2017
--------------------
* Bugfix: Mantis-3412: Access Violation when connection is reopened
(http://bugs.farmanager.com/view.php?id=3412)
* Bugfix: WebDAV: plugin shows error "Cannot change properties of file" after creating directory on remote server
(http://forum.farmanager.com/viewtopic.php?p=142479#p142479)
* Bugfix: Can't open remote directory stored in Folders history
Expand Down
8 changes: 4 additions & 4 deletions src/NetBox/NetBox.rc
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 2,4,2,474
PRODUCTVERSION 2,4,2,474
FILEVERSION 2,4,2,475
PRODUCTVERSION 2,4,2,475
FILEOS 0x4
FILETYPE 0x2
{
Expand All @@ -10,13 +10,13 @@ FILETYPE 0x2
{
VALUE "CompanyName", "Michael Lukashov\0"
VALUE "FileDescription", "NetBox: SFTP/FTP/FTPS/SCP/WebDAV client for FAR2\0"
VALUE "FileVersion", "2.4.2.474\0"
VALUE "FileVersion", "2.4.2.475\0"
VALUE "InternalName", "FarNetBox\0"
VALUE "LegalCopyright", "(c) 2011, 2017 Michael Lukashov\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "NetBox.dll\0"
VALUE "ProductName", "NetBox\0"
VALUE "ProductVersion", "2.4.2.474\0"
VALUE "ProductVersion", "2.4.2.475\0"
VALUE "ReleaseType", "stable\0"
VALUE "WWW", "https://github.com/michaellukashov/Far-NetBox\0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/NetBox/plugin_version.hpp
Expand Up @@ -9,7 +9,7 @@
#define NETBOX_VERSION_MAJOR 2
#define NETBOX_VERSION_MINOR 4
#define NETBOX_VERSION_PATCH 2
#define NETBOX_VERSION_BUILD 474
#define NETBOX_VERSION_BUILD 475

static const std::wstring NETBOX_VERSION_NUMBER(L"2.4.2");

2 changes: 1 addition & 1 deletion src/NetBox/resource.h
@@ -1,6 +1,6 @@
#pragma once

#define PLUGIN_VERSION_NUM 2,4,2,474
#define PLUGIN_VERSION_NUM 2,4,2,475
#define PLUGIN_VERSION_TXT "2.4.2"
#define PLUGIN_VERSION_WTXT L"2.4.2"

Expand Down

0 comments on commit 891db05

Please sign in to comment.