Skip to content

Commit

Permalink
v1.0.7.0 & Checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan committed Oct 2, 2017
1 parent c60c1bc commit c85ae7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
17 changes: 1 addition & 16 deletions denarius-qt.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = Denarius
VERSION = 1.0.6
VERSION = 1.0.7
INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
CONFIG += no_include_pwd
Expand Down Expand Up @@ -32,21 +32,6 @@ QRENCODE_INCLUDE_PATH=C:/deps/qrencode-3.4.4
QRENCODE_LIB_PATH=C:/deps/qrencode-3.4.4/.libs
}

macx {
MINIUPNPC_LIB_PATH=/usr/local/opt/miniupnpc/lib
MINIUPNPC_INCLUDE_PATH=/usr/local/opt/miniupnpc/include
OPENSSL_LIB_PATH=/usr/local/opt/openssl/lib
OPENSSL_INCLUDE_PATH=/usr/local/opt/openssl/include
BDB_LIB_PATH=/usr/local/opt/berkeley-db@4/lib
BDB_INCLUDE_PATH=/usr/local/opt/berkeley-db@4/include
BOOST_LIB_PATH=/usr/local/opt/boost/lib/
BOOST_INCLUDE_PATH=/usr/local/opt/boost/include
LIBPNG_LIB_PATH=/usr/local/opt/libpng/lib
LIBPNG_INCLUDE_PATH=/usr/local/opt/libpng/include
QRENCODE_LIB_PATH=/usr/local/opt/qrencode/lib
QRENCODE_INCLUDE_PATH=/usr/local/opt/qrencode/include
}

# for boost 1.37, add -mt to the boost libraries
# use: qmake BOOST_LIB_SUFFIX=-mt
# for boost thread win32 with _win32 sufix
Expand Down
2 changes: 2 additions & 0 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ namespace Checkpoints
( 144999, uint256("0x00000000008509564a6a3fb42a9f9d77a93218e1c5738758cb6753fc03dee1ae") )
( 150001, uint256("0x00000000005aaad7814e1eb4ec9c2e33846078f80b45a99e3f37cb6c3b1e07bd") )
( 195500, uint256("0x00000000000125265e79f31c6aa19d2f5db5391d41416d4d44aa675dd205acfa") )
( 249999, uint256("0x0000000000200eaf8ce9cc5ebb5e623fac9da021c11fc8e5f7db91a74004a53d") )
( 260001, uint256("0x0000000000ac126bfc1d9d9af9b2bb6d5063e5f2d6144e3b0fae40e04ec350c2") )
;

// TestNet has no checkpoints
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// 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 6
#define CLIENT_VERSION_REVISION 7
#define CLIENT_VERSION_BUILD 0

// Converts the parameter X to a string after macro replacement on X has been performed.
Expand Down

0 comments on commit c85ae7a

Please sign in to comment.