From ac909278cb23da27c0103a9388311c1fd6007ea4 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Mon, 3 Nov 2014 13:41:53 +0100 Subject: [PATCH] Bump version number to 0.21 --- hachu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hachu.c b/hachu.c index 11e5710..fd67a21 100644 --- a/hachu.c +++ b/hachu.c @@ -10,7 +10,7 @@ // promotions by pieces with Lion power stepping in & out the zone in same turn // promotion on capture -#define VERSION "0.20" +#define VERSION "0.21" //define PATH level==0 || path[0] == 0x590cb && (level==1 || path[1] == 0x4c0c9 && (level == 2 || path[2] == 0x8598ca && (level == 3 /*|| path[3] == 0x3e865 && (level == 4 || path[4] == 0x4b865 && (level == 5))*/))) #define PATH 0 -- 1.7.0.4