diff options
| author | Gavin Andresen <[email protected]> | 2011-01-24 11:13:25 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-01-24 11:13:25 -0500 |
| commit | 84e7ad922bc6b59219d0b5f2220b531eb549c8f5 (patch) | |
| tree | cab5b1462a5a3d6bc55726d090838611eba4c5c5 | |
| parent | Fix -maxconnections. It used to account for the 8 outbound connections twice... (diff) | |
| download | discoin-84e7ad922bc6b59219d0b5f2220b531eb549c8f5.tar.xz discoin-84e7ad922bc6b59219d0b5f2220b531eb549c8f5.zip | |
Bump version number to 0.3.20
| -rw-r--r-- | serialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize.h b/serialize.h index f434b04ca..45dec955d 100644 --- a/serialize.h +++ b/serialize.h @@ -25,7 +25,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 31902; +static const int VERSION = 32000; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |