Prepare for next protocol version 1.2.4.
authorMartin Johansson <martin@fatbob.nu>
Wed, 7 Nov 2012 21:51:15 +0000 (22:51 +0100)
committerMartin Johansson <martin@fatbob.nu>
Wed, 7 Nov 2012 21:51:15 +0000 (22:51 +0100)
src/messages.h
src/version.h

index 69013a00136663b6e2ba63e44fcd216f327dc95f..8acab9d84d13cde60252b86825cd25926b1b5db2 100644 (file)
@@ -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
index 59b74fb0948af546c8c92efb39359253ac97a548..e6baa1805753eab27d53e6e5608ab8d5c547943b 100644 (file)
@@ -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