From: Martin Johansson Date: Wed, 7 Nov 2012 21:51:15 +0000 (+0100) Subject: Prepare for next protocol version 1.2.4. X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=bbd9b6d4378b7109929f6d9626310020c77ae230 Prepare for next protocol version 1.2.4. --- diff --git a/src/messages.h b/src/messages.h index 69013a0..8acab9d 100644 --- a/src/messages.h +++ b/src/messages.h @@ -39,7 +39,7 @@ #define PROTVER_MAJOR 1 #define PROTVER_MINOR 2 -#define PROTVER_PATCH 3 +#define PROTVER_PATCH 4 #define PROTOCOL_VERSION ((PROTVER_MAJOR << 16) | (PROTVER_MINOR << 8) | (PROTVER_PATCH)) #define PERM_NONE 0x0 diff --git a/src/version.h b/src/version.h index 59b74fb..e6baa18 100644 --- a/src/version.h +++ b/src/version.h @@ -1,8 +1,8 @@ #ifndef VERSION_H_989876 #define VERSION_H_989876 -#define UMURMUR_VERSION "0.2.10" -#define UMURMUR_CODENAME "Bats in the Belfry" +#define UMURMUR_VERSION "0.2.11" +#define UMURMUR_CODENAME "Demented" #endif