diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-21 21:42:01 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-21 21:42:01 +0000 |
commit | ee618d7540107aef543a0b252509b3005a15409c (patch) | |
tree | 8a05089b72f6146e36dd22f3fc31b4e41a77fff7 /serialize.h | |
parent | 6ff4388ffa56fcf2fb398bd893a79f008af7efdc (diff) |
transaction filter tabs instead of view->show generated
-- version 0.2.5
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 23d61fe977..fb06f881ca 100644 --- a/serialize.h +++ b/serialize.h @@ -19,7 +19,7 @@ class CScript; class CDataStream;
class CAutoFile;
-static const int VERSION = 204;
+static const int VERSION = 205;
static const char* pszSubVer = ".0";
|