From bbd9b6d4378b7109929f6d9626310020c77ae230 Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Wed, 7 Nov 2012 22:51:15 +0100 Subject: [PATCH] Prepare for next protocol version 1.2.4. --- src/messages.h | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2