Skip to content

Commit

Permalink
Version 0.3.68.
Browse files Browse the repository at this point in the history
  • Loading branch information
namecoin-qt committed Aug 27, 2013
1 parent 9747817 commit 778c103
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 110 deletions.
4 changes: 0 additions & 4 deletions contrib/wx-patches/README

This file was deleted.

86 changes: 0 additions & 86 deletions contrib/wx-patches/toplevel.cpp.diff

This file was deleted.

9 changes: 0 additions & 9 deletions contrib/wx-patches/toplevel.h.diff

This file was deleted.

2 changes: 1 addition & 1 deletion namecoin-qt.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = namecoin-qt
macx:TARGET = "Namecoin-Qt"
VERSION = 0.3.67
VERSION = 0.3.68
QT += network
DEFINES += GUI QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
CONFIG += no_include_pwd
Expand Down
16 changes: 8 additions & 8 deletions run_qmake.bat
Expand Up @@ -4,12 +4,12 @@ set PATH=D:\MinGW\bin;D:\MinGW\msys\1.0\bin
set PERL=

D:\Qt4.8.4\bin\qmake.exe ^
BOOST_INCLUDE_PATH=../libs/boost_1_50_0 ^
BOOST_LIB_PATH=../libs/boost_1_50_0/stage/lib ^
BOOST_INCLUDE_PATH=libs/boost_1_50_0 ^
BOOST_LIB_PATH=libs/boost_1_50_0/stage/lib ^
BOOST_LIB_SUFFIX=-mgw46-mt-1_50 ^
OPENSSL_INCLUDE_PATH=../libs/openssl-1.0.1e/include ^
BDB_INCLUDE_PATH=../libs/db-4.7.25.NC/build_unix ^
BDB_LIB_PATH=../libs/db-4.7.25.NC/build_unix ^
OPENSSL_LIB_PATH=../libs/openssl-1.0.1e ^
MINIUPNPC_INCLUDE_PATH=../libs/miniupnpc-1.8.20130211 ^
MINIUPNPC_LIB_PATH=../libs/miniupnpc-1.8.20130211
OPENSSL_INCLUDE_PATH=libs/openssl-1.0.1e/include ^
BDB_INCLUDE_PATH=libs/db-4.7.25.NC/build_unix ^
BDB_LIB_PATH=libs/db-4.7.25.NC/build_unix ^
OPENSSL_LIB_PATH=libs/openssl-1.0.1e ^
MINIUPNPC_INCLUDE_PATH=libs/miniupnpc-1.8.20130211 ^
MINIUPNPC_LIB_PATH=libs/miniupnpc-1.8.20130211
2 changes: 1 addition & 1 deletion src/qt/res/bitcoin-qt.rc
Expand Up @@ -8,7 +8,7 @@ IDI_ICON1 ICON DISCARDABLE "icons/bitcoin.ico"

#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 3
#define CLIENT_VERSION_REVISION 67
#define CLIENT_VERSION_REVISION 68
#define CLIENT_VERSION_BUILD 0

// Converts the parameter X to a string after macro replacement on X has been performed.
Expand Down
2 changes: 1 addition & 1 deletion src/serialize.h
Expand Up @@ -35,7 +35,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;

static const int VERSION = 36700;
static const int VERSION = 36800;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = false;

Expand Down

0 comments on commit 778c103

Please sign in to comment.