diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-09 15:29:48 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-09 15:29:48 +0000 |
commit | 6e5d67e827904571658213054fab6f0399b48801 (patch) | |
tree | d0bcc1b33335dc30e04f8e1563508ae7dd5efae4 /serialize.h | |
parent | 20c6bfad1e0f5438b6f016f53d0eac9a0415236a (diff) |
switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0mchil when username contains non-lower-ASCII characters
-- version 0.3.1
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@102 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'serialize.h')
-rw-r--r-- | serialize.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/serialize.h b/serialize.h index 25a6532f71..a32d106a32 100644 --- a/serialize.h +++ b/serialize.h @@ -19,8 +19,8 @@ class CScript; class CDataStream;
class CAutoFile;
-static const int VERSION = 300;
-static const char* pszSubVer = ".2";
+static const int VERSION = 301;
+static const char* pszSubVer = ".0";
|