hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 8eb1db9bdf26f85748256391cbe64d14342ea76f
parent 9c55fecaae9029d67127d9e2fdd13e5b365e00dc
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed, 22 Dec 2021 14:51:22 +0100

hare::module: bump ABI version

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Mhare/module/scan.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hare/module/scan.ha b/hare/module/scan.ha @@ -14,7 +14,7 @@ use sort; use strings; use strio; -def ABI_VERSION: u8 = 2; +def ABI_VERSION: u8 = 3; // Scans the files in a directory for eligible build inputs and returns a // [[version]] which includes all applicable files and their dependencies.