From 4397f72d920c7f3aafc852d50cd53c3adc8cc544 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Wed, 8 Oct 2025 22:14:44 +0200 Subject: [PATCH] Bump version to 0.22 --- hachu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hachu.c b/hachu.c index 1aa2acd..a244701 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.21" +#define VERSION "0.22" //define PATH level==0 || path[0] == 0x82906b && (level==1 || path[1] == 0x8790d9 && (level == 2 || path[2] == 0x8598ca && (level == 3 /*|| path[3] == 0x3e865 && (level == 4 || path[4] == 0x4b865 && (level == 5))*/))) #define PATH 0 -- 1.7.0.4