diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-09 02:11:50 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-09 02:11:50 +0000 |
commit | c8063ff034797a1f8fe90e0ed959392ebdc3807d (patch) | |
tree | 9ceafb616621643209fbc031d601c62bf59b3a09 /serialize.h | |
parent | cefe611ce54b4a60acc30d8bab644d1f1cc42625 (diff) |
Gavin Andresen: implementation of autostart on system startup option on Linux
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 44eeb233f9..25a6532f71 100644 --- a/serialize.h +++ b/serialize.h @@ -20,7 +20,7 @@ class CDataStream; class CAutoFile;
static const int VERSION = 300;
-static const char* pszSubVer = ".1";
+static const char* pszSubVer = ".2";
|