diff options
| author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-15 00:18:45 +0000 |
|---|---|---|
| committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-15 00:18:45 +0000 |
| commit | a30b56ebe76ffff9f9cc8a6667186179413c6349 (patch) | |
| tree | 762e4396e8950060afc30fe1eaedc6507c3f42c0 /serialize.h | |
| parent | switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0m... (diff) | |
| download | discoin-a30b56ebe76ffff9f9cc8a6667186179413c6349.tar.xz discoin-a30b56ebe76ffff9f9cc8a6667186179413c6349.zip | |
fix openssl linkage problems,
disable minimize to tray on Linux because it has too many problems including a CPU peg bug
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@103 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 a32d106a3..7a3f4b1ca 100644 --- a/serialize.h +++ b/serialize.h @@ -20,7 +20,7 @@ class CDataStream; class CAutoFile;
static const int VERSION = 301;
-static const char* pszSubVer = ".0";
+static const char* pszSubVer = ".1";
|