Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Jul 9, 2017
1 parent 3dfaca8 commit 7ee7101
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NetBox 2.4.3.511 09.07.2017
NetBox 2.4.3.512 09.07.2017
--------------------
* Update putty sources to 0.70
* Issue #245: AV when file is edited in external editor
Expand Down
8 changes: 4 additions & 4 deletions src/NetBox/NetBox.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 2,4,3,511
PRODUCTVERSION 2,4,3,511
FILEVERSION 2,4,3,512
PRODUCTVERSION 2,4,3,512
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.3.511\0"
VALUE "FileVersion", "2.4.3.512\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.3.511\0"
VALUE "ProductVersion", "2.4.3.512\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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define NETBOX_VERSION_MAJOR 2
#define NETBOX_VERSION_MINOR 4
#define NETBOX_VERSION_PATCH 3
#define NETBOX_VERSION_BUILD 511
#define NETBOX_VERSION_BUILD 512

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

2 changes: 1 addition & 1 deletion src/NetBox/resource.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define PLUGIN_VERSION_NUM 2,4,3,511
#define PLUGIN_VERSION_NUM 2,4,3,512
#define PLUGIN_VERSION_TXT "2.4.3"
#define PLUGIN_VERSION_WTXT L"2.4.3"

Expand Down

0 comments on commit 7ee7101

Please sign in to comment.