From 6775dc014c419fa108f23a71466383000f5f615b Mon Sep 17 00:00:00 2001 From: Vincent Ollivier Date: Sat, 10 Nov 2012 11:28:13 +0100 Subject: [PATCH] Bump version number to 2.1.0 --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index c080099..556c35f 100644 --- a/src/common.h +++ b/src/common.h @@ -20,7 +20,7 @@ #include #ifndef VERSION -#define VERSION "2.0.3" +#define VERSION "2.1.0" #endif static const int BOARD_SIZE = 128; -- 2.11.4.GIT