Version bump

Cosmetic improvements. Version bump and version consistancy fixed.
This commit is contained in:
cygnusxi 2017-05-10 21:21:49 -04:00 committed by GitHub
commit 052dfa9e8d
11 changed files with 24 additions and 20 deletions

View File

@ -1,6 +1,6 @@
TEMPLATE = app TEMPLATE = app
TARGET = curecoin-qt TARGET = curecoin-qt
VERSION = 1.0.0 VERSION = 1.4.0.1
INCLUDEPATH += src src/json src/qt INCLUDEPATH += src src/json src/qt
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE BOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN __NO_SYSTEM_INCLUDES DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE BOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN __NO_SYSTEM_INCLUDES
CONFIG += no_include_pwd CONFIG += no_include_pwd

View File

@ -13,7 +13,7 @@
#include "util.h" #include "util.h"
static const char* pszMainKey = "043fa441fd4203d03f5df2b75ea14e36f20d39f43e7a61aa7552ab9bcd7ecb0e77a3be4585b13fcdaa22ef6e51f1ff6f2929bec2494385b086fb86610e33193195"; static const char* pszMainKey = "0407c78740e67ab033220e1ca3a9e5dc0d0c19d631e211d6dbdef5c9f0df2761859d79b851ef65b1dd2596c8db15c3b0f79765804e66d2f62896f4b1351ce8840c";
// TestNet alerts pubKey // TestNet alerts pubKey
static const char* pszTestKey = "0471dc165db490094d35cde15b1f5d755fa6ad6f2b5ed0f340e3f17f57389c3c2af113a8cbcc885bde73305a553b5640c83021128008ddf882e856336269080496"; static const char* pszTestKey = "0471dc165db490094d35cde15b1f5d755fa6ad6f2b5ed0f340e3f17f57389c3c2af113a8cbcc885bde73305a553b5640c83021128008ddf882e856336269080496";

View File

@ -368,7 +368,7 @@ static MapCheckpoints mapCheckpointsTestnet =
} }
// ppcoin: sync-checkpoint master key // ppcoin: sync-checkpoint master key
const std::string CSyncCheckpoint::strMasterPubKey = "0489cab128b9f39a3e514a12c07a7644fa1808662195edcf2d4671b1cce76868b7f2f588a9dfad5753be3cd6b8e9518be439c936e2bad93a25bb6d32300fab41c3"; const std::string CSyncCheckpoint::strMasterPubKey = "04c7243b083a5f358c3b89d9da0b4e4e6009ac5104f83cc52013a4eb15cdd3ddbbacd57d3b52402d19e11385f912ca831234307efe57af83176b5f18038a7193f3";
std::string CSyncCheckpoint::strMasterPrivKey = ""; std::string CSyncCheckpoint::strMasterPrivKey = "";

View File

@ -7,9 +7,9 @@
// These need to be macros, as version.cpp's and curecoin-qt.rc's voodoo requires it // These need to be macros, as version.cpp's and curecoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1 #define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 9 #define CLIENT_VERSION_MINOR 4
#define CLIENT_VERSION_REVISION 1 #define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0 #define CLIENT_VERSION_BUILD 1
// Converts the parameter X to a string after macro replacement on X has been performed. // Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro! // Don't merge these into one macro!

View File

@ -1,5 +1,5 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2013 The curecoin developer // Copyright (c) 2013-2017 The Curecoin developers
// Distributed under the MIT/X11 software license, see the accompanying // Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.

View File

@ -1149,7 +1149,8 @@ void MapPort()
// The first name is used as information source for addrman. // The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses. // The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = { static const char *strDNSSeed[][2] = {
{"", ""}, {"seed.curecoin.net", "seed.curecoin.net"},
{"seed2.curecoin.net", "seed2.curecoin.net"},
}; };
void ThreadDNSAddressSeed(void* parg) void ThreadDNSAddressSeed(void* parg)

View File

@ -70,7 +70,7 @@ curecoinGUI::curecoinGUI(QWidget *parent):
rpcConsole(0) rpcConsole(0)
{ {
resize(850, 550); resize(850, 550);
setWindowTitle(tr("curecoin") + " - " + tr("Wallet")); setWindowTitle(tr("Curecoin") + " - " + tr("Wallet"));
#ifndef Q_OS_MAC #ifndef Q_OS_MAC
qApp->setWindowIcon(QIcon(":icons/curecoin")); qApp->setWindowIcon(QIcon(":icons/curecoin"));
setWindowIcon(QIcon(":icons/curecoin")); setWindowIcon(QIcon(":icons/curecoin"));

View File

@ -50,7 +50,7 @@
<cursorShape>IBeamCursor</cursorShape> <cursorShape>IBeamCursor</cursorShape>
</property> </property>
<property name="text"> <property name="text">
<string>&lt;b&gt;curecoin&lt;/b&gt; version</string> <string>&lt;b&gt;Curecoin&lt;/b&gt; version</string>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
@ -63,7 +63,7 @@
<cursorShape>IBeamCursor</cursorShape> <cursorShape>IBeamCursor</cursorShape>
</property> </property>
<property name="text"> <property name="text">
<string notr="true">1.4.0.0</string> <string notr="true">1.4.0.1</string>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
@ -91,7 +91,7 @@
<cursorShape>IBeamCursor</cursorShape> <cursorShape>IBeamCursor</cursorShape>
</property> </property>
<property name="text"> <property name="text">
<string>Copyright © 2013-2015 The Curecoin Foundation <string>Copyright © 2013-2017 The Curecoin Foundation
https://www.curecoin.net</string> https://www.curecoin.net</string>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>573</width> <width>573</width>
<height>342</height> <height>456</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -226,6 +226,9 @@
<property name="pixmap"> <property name="pixmap">
<pixmap resource="../curecoin.qrc">:/images/wallet_bgcoin</pixmap> <pixmap resource="../curecoin.qrc">:/images/wallet_bgcoin</pixmap>
</property> </property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -319,7 +322,7 @@
<item> <item>
<widget class="QLabel" name="label_curecoin_Intro"> <widget class="QLabel" name="label_curecoin_Intro">
<property name="text"> <property name="text">
<string></string> <string/>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -12,8 +12,8 @@
#include <QAbstractItemDelegate> #include <QAbstractItemDelegate>
#include <QPainter> #include <QPainter>
#define DECORATION_SIZE 64 #define DECORATION_SIZE 54
#define NUM_ITEMS 3 #define NUM_ITEMS 7
class TxViewDelegate : public QAbstractItemDelegate class TxViewDelegate : public QAbstractItemDelegate
{ {

View File

@ -44,9 +44,9 @@ static const int BIP0031_VERSION = 60000;
// "mempool" command, enhanced "getdata" behavior starts with this version: // "mempool" command, enhanced "getdata" behavior starts with this version:
static const int MEMPOOL_GD_VERSION = 60002; static const int MEMPOOL_GD_VERSION = 60002;
#define DISPLAY_VERSION_MAJOR 0 #define DISPLAY_VERSION_MAJOR 1
#define DISPLAY_VERSION_MINOR 1 #define DISPLAY_VERSION_MINOR 4
#define DISPLAY_VERSION_REVISION 3 #define DISPLAY_VERSION_REVISION 0
#define DISPLAY_VERSION_BUILD 4 #define DISPLAY_VERSION_BUILD 1
#endif #endif