Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Aug 16, 2015
1 parent ffd3f79 commit 0073369
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.1.43.399 11.08.2015
NetBox 2.1.43.400 16.08.2015
--------------------
* Bugfix: Remote file was not saved after editing in external editor
* Update WinSCP sources to 5.7.5
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,1,43,399
PRODUCTVERSION 2,1,43,399
FILEVERSION 2,1,43,400
PRODUCTVERSION 2,1,43,400
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 FAR\0"
VALUE "FileVersion", "2.1.43.399\0"
VALUE "FileVersion", "2.1.43.400\0"
VALUE "InternalName", "FarNetBox\0"
VALUE "LegalCopyright", "(c) 2011, 2015 Michael Lukashov\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "NetBox.dll\0"
VALUE "ProductName", "NetBox\0"
VALUE "ProductVersion", "2.1.43.399\0"
VALUE "ProductVersion", "2.1.43.400\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 1
#define NETBOX_VERSION_SUBMINOR 43
#define NETBOX_VERSION_BUILD 399
#define NETBOX_VERSION_BUILD 400

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

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,1,43,399
#define PLUGIN_VERSION_NUM 2,1,43,400
#define PLUGIN_VERSION_TXT "2.1.43"
#define PLUGIN_VERSION_WTXT L"2.1.43"

Expand Down

0 comments on commit 0073369

Please sign in to comment.