Skip to content

Commit

Permalink
versioningv1.0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbd83 committed Dec 6, 2019
1 parent f5618af commit 9bbb8dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions source/src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
//

// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 2

// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down
4 changes: 2 additions & 2 deletions source/src/qt/res/bitcoin-qt.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ BEGIN
BEGIN
BLOCK "040904E4" // U.S. English - multilingual (hex)
BEGIN
VALUE "CompanyName", "Nexbit"
VALUE "CompanyName", "NEXBIT.IO"
VALUE "FileDescription", "Nexbit-Qt (OSS GUI client for Nexbit)"
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "nexbit-qt"
VALUE "LegalCopyright", "2009-2014 The Bitcoin developers, 2012-2014 The NovaCoin & PPCoin developers, 2014 The BlackCoin developers, 2019 The Nexbit developers"
VALUE "LegalCopyright", "2009-2019 The Bitcoin developers, 2012-2014, 2019 The Nexbit developers"
VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php."
VALUE "OriginalFilename", "nexbit-qt.exe"
VALUE "ProductName", "Nexbit-Qt"
Expand Down

0 comments on commit 9bbb8dd

Please sign in to comment.