From ea4f11bd2c4549c66066611a9f04e5303684dce4 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Thu, 12 Jun 2014 13:12:24 +0200 Subject: [PATCH] Bump version number to 0.20 --- hachu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hachu.c b/hachu.c index 4416567..2401644 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.19" +#define VERSION "0.20" //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