diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-06-21 01:33:44 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-06-21 01:33:44 +0000 |
commit | 68b973a913fd1569d3a9a444d4233b15f7866e3e (patch) | |
tree | 97973a93f646b9350a332cef285f68ec44fc68c5 /serialize.h | |
parent | 24ba1b64e93baafba2657ba7d8b63c759c3439ce (diff) |
fixed colors on ubuntu lucid,v0.2.13
enabled -O2 in makefile.unix,
boost removed -mt from their library names in 1.40,
updated bitcoin icon,
hashmeter,
generated and hashmeter log entries
-- version 0.2.13
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@86 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'serialize.h')
-rw-r--r-- | serialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize.h b/serialize.h index 39fe57c908..d5d4e1372a 100644 --- a/serialize.h +++ b/serialize.h @@ -19,7 +19,7 @@ class CScript; class CDataStream;
class CAutoFile;
-static const int VERSION = 212;
+static const int VERSION = 213;
static const char* pszSubVer = "";
|