From 9fe66ace43aad93d72b7c0907a8eab592e318601 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sun, 1 Oct 2023 21:04:39 +0200 Subject: [PATCH] 0.29.91 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2382a4c..47f722f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 29 -PATCHLEVEL = 90 +PATCHLEVEL = 91 MAKEFLAGS +=-j$(NUM_CORES) -l$(NUM_CORES)