diff options
| author | Jeff Garzik <[email protected]> | 2011-06-05 10:39:01 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-06-05 10:39:01 -0400 |
| commit | 6f07e22210569da89ae230499efd06689ab2a83c (patch) | |
| tree | a2010eb978217349ab6f25ccf10206281b3dd613 /src | |
| parent | Merge pull request #264 from sipa/mintxfeefix (diff) | |
| download | discoin-6f07e22210569da89ae230499efd06689ab2a83c.tar.xz discoin-6f07e22210569da89ae230499efd06689ab2a83c.zip | |
Bump version to 0.3.23.
Diffstat (limited to 'src')
| -rw-r--r-- | src/serialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialize.h b/src/serialize.h index 8e7677a2e..0d66d6a95 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -33,7 +33,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 32200; +static const int VERSION = 32300; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |