# HG changeset patch # User s_nakamoto # Date 1284312615 0 # Node ID ed6743510977443b4ef26a7dbf8acf3138d98e9f # Parent 42ff6f05dc5b9ca00a8d4c2c5f56fbe51a848c22 dropped DB_PRIVATE from dbenv.open git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@153 1a98c847-1fd6-4fd8-948a-caf3550aa51b diff --git a/db.cpp b/db.cpp --- a/db.cpp +++ b/db.cpp @@ -77,7 +77,6 @@ DB_INIT_MPOOL | DB_INIT_TXN | DB_THREAD | - DB_PRIVATE | DB_RECOVER, S_IRUSR | S_IWUSR); if (ret > 0) diff --git a/serialize.h b/serialize.h --- a/serialize.h +++ b/serialize.h @@ -23,7 +23,7 @@ static const unsigned int MAX_SIZE = 0x02000000; static const int VERSION = 312; -static const char* pszSubVer = ".3"; +static const char* pszSubVer = ".4";