From f3753a390a54de883c9f38cbd34366637b1a3588 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 23 Jul 2025 21:09:37 +0300 Subject: [PATCH] Update version to 0.10.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9cb079..23bad5a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: libtest.o tests/libtest.so libtest.a documentation README.html foreign-c.pdf PDFENGINE=weasyprint CC=gcc -VERSION=0.10.1 +VERSION=0.10.2 TEST=primitives SCHEME=chibi TMPDIR=tmp/${SCHEME}