Skip to content

Commit

Permalink
 version info: update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Feb 26, 2012
1 parent 6eab48f commit 0095d70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/NetBox/NetBox.rc
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 2,0,12,73
PRODUCTVERSION 2,0,12,73
FILEVERSION 2,0,12,75
PRODUCTVERSION 2,0,12,75
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.0.12.73\0"
VALUE "FileVersion", "2.0.12.75\0"
VALUE "InternalName", "FarNetBox\0"
VALUE "LegalCopyright", "(c) 2011, 2012 Michael Lukashov\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "NetBox.dll\0"
VALUE "ProductName", "NetBox\0"
VALUE "ProductVersion", "2.0.12.73\0"
VALUE "ProductVersion", "2.0.12.75\0"
VALUE "ReleaseType", "stable\0"
VALUE "WWW", "https://github.com/michaellukashov/Far-NetBox\0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/NetBox/resource.h
@@ -1,6 +1,6 @@
#pragma once

#define PLUGIN_VERSION_NUM 2,0,12,73
#define PLUGIN_VERSION_NUM 2,0,12,75
#define PLUGIN_VERSION_TXT "2.0.12"
#define PLUGIN_VERSION_WTXT L"2.0.12"

Expand Down
4 changes: 2 additions & 2 deletions src/NetBox/version.h
Expand Up @@ -9,8 +9,8 @@
#define PLUGIN_VERSION_MAJOR 2
#define PLUGIN_VERSION_MINOR 0
#define PLUGIN_VERSION_PATCH 12
#define PLUGIN_VERSION_BUILD 73
#define PLUGIN_VERSION_BUILD 75

static const std::wstring CONST_VERSION_STR(L"2.0.12");
static const std::wstring CONST_COMPILATION_TIME(L"24.02.2012 08:18:33");
static const std::wstring CONST_COMPILATION_TIME(L"26.02.2012 16:48:43");

0 comments on commit 0095d70

Please sign in to comment.