Skip to content

Commit

Permalink
Changes to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mosqueiro committed Sep 29, 2019
1 parent 37caed2 commit 13a32cf
Show file tree
Hide file tree
Showing 20 changed files with 17 additions and 58,032 deletions.
11 changes: 6 additions & 5 deletions Makefile
Expand Up @@ -234,7 +234,8 @@ am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/src/config/zcore-config.h.in \
$(top_srcdir)/src/test/buildenv.py.in COPYING INSTALL \
build-aux/compile build-aux/config.guess build-aux/config.sub \
build-aux/install-sh build-aux/ltmain.sh build-aux/missing
build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
build-aux/missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
Expand Down Expand Up @@ -314,7 +315,7 @@ CLIENT_VERSION_BUILD = 0
CLIENT_VERSION_IS_RELEASE = true
CLIENT_VERSION_MAJOR = 2
CLIENT_VERSION_MINOR = 0
CLIENT_VERSION_REVISION = 0
CLIENT_VERSION_REVISION = 1
COMPARISON_TOOL_REORG_TESTS = 0
COPYRIGHT_YEAR = 2019
CPP = gcc -E
Expand Down Expand Up @@ -400,10 +401,10 @@ OTOOL64 = :
PACKAGE = zcore
PACKAGE_BUGREPORT = www.zcore.cash
PACKAGE_NAME = ZCore
PACKAGE_STRING = ZCore 2.0.0
PACKAGE_STRING = ZCore 2.0.1
PACKAGE_TARNAME = zcore
PACKAGE_URL =
PACKAGE_VERSION = 2.0.0
PACKAGE_VERSION = 2.0.1
PATH_SEPARATOR = :
PIC_FLAGS = -fPIC
PIE_FLAGS = -fPIC
Expand Down Expand Up @@ -461,7 +462,7 @@ UNIVALUE_CFLAGS = -I$(srcdir)/univalue/include
UNIVALUE_LIBS = univalue/libunivalue.la
USE_QRCODE =
USE_UPNP =
VERSION = 2.0.0
VERSION = 2.0.1
WINDOWS_BITS =
WINDRES =
X11XCB_CFLAGS =
Expand Down
3 changes: 2 additions & 1 deletion Makefile.in
Expand Up @@ -234,7 +234,8 @@ am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/src/config/zcore-config.h.in \
$(top_srcdir)/src/test/buildenv.py.in COPYING INSTALL \
build-aux/compile build-aux/config.guess build-aux/config.sub \
build-aux/install-sh build-aux/ltmain.sh build-aux/missing
build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
build-aux/missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "ZCore"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.0.0
PROJECT_NUMBER = 2.0.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
8 changes: 4 additions & 4 deletions src/Makefile
Expand Up @@ -1697,7 +1697,7 @@ CLIENT_VERSION_BUILD = 0
CLIENT_VERSION_IS_RELEASE = true
CLIENT_VERSION_MAJOR = 2
CLIENT_VERSION_MINOR = 0
CLIENT_VERSION_REVISION = 0
CLIENT_VERSION_REVISION = 1
COMPARISON_TOOL_REORG_TESTS = 0
COPYRIGHT_YEAR = 2019
CPP = gcc -E
Expand Down Expand Up @@ -1783,10 +1783,10 @@ OTOOL64 = :
PACKAGE = zcore
PACKAGE_BUGREPORT = www.zcore.cash
PACKAGE_NAME = ZCore
PACKAGE_STRING = ZCore 2.0.0
PACKAGE_STRING = ZCore 2.0.1
PACKAGE_TARNAME = zcore
PACKAGE_URL =
PACKAGE_VERSION = 2.0.0
PACKAGE_VERSION = 2.0.1
PATH_SEPARATOR = :
PIC_FLAGS = -fPIC
PIE_FLAGS = -fPIC
Expand Down Expand Up @@ -1844,7 +1844,7 @@ UNIVALUE_CFLAGS = -I$(srcdir)/univalue/include
UNIVALUE_LIBS = univalue/libunivalue.la
USE_QRCODE =
USE_UPNP =
VERSION = 2.0.0
VERSION = 2.0.1
WINDOWS_BITS =
WINDRES =
X11XCB_CFLAGS =
Expand Down
2 changes: 0 additions & 2 deletions src/obj/build.h

This file was deleted.

Binary file modified src/qt/res/images/top_bg.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/qt/splashscreen.cpp
Expand Up @@ -39,6 +39,7 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle* networkStyle)
QString copyrightTextBtc = QChar(0xA9) + QString(" 2009-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Bitcoin Core developers"));
QString copyrightTextDash = QChar(0xA9) + QString(" 2014-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Dash Core developers"));
QString copyrightTextPIVX = QChar(0xA9) + QString(" 2015-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The PIVX Core developers"));
QString copyrightTextGTM = QChar(0xA9) + QString(" 2018-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Gentarium Core developers"));
QString copyrightTextZCore = QChar(0xA9) + QString(" 2019-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The ZCore Developers"));
QString titleAddText = networkStyle->getTitleAddText();

Expand Down Expand Up @@ -72,7 +73,8 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle* networkStyle)
pixPaint.drawText(paddingLeft, paddingTop + titleCopyrightVSpace, copyrightTextBtc);
pixPaint.drawText(paddingLeft, paddingTop + titleCopyrightVSpace + 12, copyrightTextDash);
pixPaint.drawText(paddingLeft, paddingTop + titleCopyrightVSpace + 24, copyrightTextPIVX);
pixPaint.drawText(paddingLeft, paddingTop + titleCopyrightVSpace + 36, copyrightTextZCore);
pixPaint.drawText(paddingLeft, paddingTop + titleCopyrightVSpace + 36, copyrightTextGTM);
pixPaint.drawText(paddingLeft, paddingTop + titleCopyrightVSpace + 48, copyrightTextZCore);

// draw additional text if special network
if (!titleAddText.isEmpty()) {
Expand Down
Binary file removed src/secp256k1/gen_context
Binary file not shown.

0 comments on commit 13a32cf

Please sign in to comment.