From bd490f493a146424bcaad438aa22a99d6e7ee235 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 7 Sep 2023 12:59:32 +0200 Subject: [PATCH] 0.13.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb43f47..6c16b67 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ GUI ?= x11 VERSION_MAJOR = 0 -VERSION_MINOR = 12 -PATCHLEVEL = 1 +VERSION_MINOR = 13 +PATCHLEVEL = 0 MAKEFLAGS +=-j$(NUM_CORES) -l$(NUM_CORES)