protocol and server version bump
This commit is contained in:
parent
315564f567
commit
ae70f5f17c
2 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
|
|
@ -179,4 +179,4 @@ ServerInfo_User *Servatrice::getUserData(const QString &name)
|
|||
return new ServerInfo_User(name, ServerInfo_User::IsUser);
|
||||
}
|
||||
|
||||
const QString Servatrice::versionString = "Servatrice 0.20101009";
|
||||
const QString Servatrice::versionString = "Servatrice 0.20101103";
|
||||
|
|
Loading…
Reference in a new issue