diff options
| author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-11-25 16:40:25 +0000 |
|---|---|---|
| committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-11-25 16:40:25 +0000 |
| commit | b7ccd48dd8dd2fb5c37f81e734673e998fd2d78a (patch) | |
| tree | 92b61fa5bbf69e14f2191d48d8364adc93da698e /serialize.h | |
| parent | new getwork (diff) | |
| download | discoin-b7ccd48dd8dd2fb5c37f81e734673e998fd2d78a.tar.xz discoin-b7ccd48dd8dd2fb5c37f81e734673e998fd2d78a.zip | |
still working on account-based commands getbalance, move and sendfrom, they're only for testing for now
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@190 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 a289769f2..a3cfa9c06 100644 --- a/serialize.h +++ b/serialize.h @@ -22,7 +22,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 31601; +static const int VERSION = 31602; static const char* pszSubVer = ""; |