Bump protocol version for NU5

This commit is contained in:
Jack Grigg 2022-05-31 15:39:11 +00:00
parent 01fc41b063
commit a4f2c8d156
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;
static const int PROTOCOL_VERSION = 170015;
static const int PROTOCOL_VERSION = 170100;
// Used to bypass the rule against non-const reference to temporary
// where it makes sense with wrappers such as CFlatData or CTxDB