From 2a355bbd27d34e5ee0ab0927fbd8f7ec1564e8d6 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 20 Sep 2023 11:19:11 +0200 Subject: [PATCH] 0.25.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a461575..9319c42 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 25 -PATCHLEVEL = 0 +PATCHLEVEL = 1 MAKEFLAGS +=-j$(NUM_CORES) -l$(NUM_CORES)