protocol and server version bump

This commit is contained in:
Max-Wilhelm Bruker 2010-11-04 00:28:52 +01:00
parent 315564f567
commit ae70f5f17c
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ private:
static void initializeHashAuto();
bool receiverMayDelete;
public:
static const int protocolVersion = 9;
static const int protocolVersion = 10;
static void initializeHash();
virtual int getItemId() const = 0;
bool getReceiverMayDelete() const { return receiverMayDelete; }