From 56806688b5b7fb24affe9bc6b506efec1e0a965a Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 12 Dec 2025 11:03:22 +0200 Subject: [PATCH] tr7 fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4370abe..fb6c312 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .SILENT: test-r6rs test-r6rs-docker test-r7rs test-r7rs-docker PREFIX=/usr/local SCHEME=chibi -VERSION=1.1.0 +VERSION=1.1.1 R6RSTMP=.tmp/${SCHEME}-r6rs R7RSTMP=.tmp/${SCHEME}-r7rs DOCKERTAG=compile-scheme-test-${SCHEME}