From a4a9ea7782a7daef811eba211bd2c1ff8fd522fb Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Thu, 10 Apr 2014 19:59:47 +0200 Subject: [PATCH] Bump version to 0.19 --- hachu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hachu.c b/hachu.c index ff76544..af3f955 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.18" +#define VERSION "0.19" //define PATH level==0 || path[0] == 0x1103a && (level==1 || path[1] == 0x6f0f6 && (level == 2 /*|| path[2] == 0x8710f && (level == 3 /*|| path[3] == 0x3e865 && (level == 4 || path[4] == 0x4b865 && (level == 5)))*/)) #define PATH 0 -- 1.7.0.4