Skip to content

Commit

Permalink
Merge pull request #18 from palmd/master
Browse files Browse the repository at this point in the history
fixes 1.6.6.9b
  • Loading branch information
palmd committed Feb 13, 2018
2 parents 0420f88 + 063deb2 commit 94efcba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion philosopherstone-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ contains(USE_UPNP, -) {
count(USE_UPNP, 0) {
USE_UPNP=1
}
DEFINES += USE_UPNP=$$USE_UPNP STATICLIB
DEFINES += USE_UPNP=$$USE_UPNP STATICLIB MINIUPNP_STATICLIB
INCLUDEPATH += $$MINIUPNPC_INCLUDE_PATH
LIBS += $$join(MINIUPNPC_LIB_PATH,,-L,) -lminiupnpc
win32:LIBS += -liphlpapi
Expand Down
2 changes: 1 addition & 1 deletion src/leveldb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Uncomment exactly one of the lines labelled (A), (B), and (C) below
# to switch between compilation modes.

OPT ?= -O2 -march=native -pipe -DNDEBUG # (A) Production use (optimized mode)
OPT ?= -O2 -DNDEBUG # (A) Production use (optimized mode)
# OPT ?= -g2 # (B) Debug mode, w/ full line-level debugging symbols
# OPT ?= -O2 -g2 -DNDEBUG # (C) Profiling mode: opt, but w/debugging symbols
#-----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
const std::string CLIENT_NAME("Satoshi");

// Client version number
#define CLIENT_VERSION_SUFFIX ""
#define CLIENT_VERSION_SUFFIX "b"


// The following part of the code determines the CLIENT_BUILD variable.
Expand Down

0 comments on commit 94efcba

Please sign in to comment.