From 52074a610894ab782950ebb2131b460bd06a0420 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 23 Jul 2025 08:51:57 +0300 Subject: [PATCH] Pointer reference fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e23ba47..16d7a07 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PDFENGINE=weasyprint CC=gcc DOCKER=docker run -it -v ${PWD}:/workdir DOCKER_INIT=cd /workdir && make clean && -VERSION=0.10.0 +VERSION=0.10.1 TEST=primitives SCHEME=chibi TMPDIR=tmp/${SCHEME}