From cc5af7d8e84b6a32f76c7c75698d782ebd960931 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 11 Apr 2024 21:17:27 +0200 Subject: [PATCH] v0.37.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cf406fd..32f520c 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ DOCDIR = $(PREFIX)/doc/x48ng MANDIR = $(PREFIX)/man VERSION_MAJOR = 0 -VERSION_MINOR = 36 -PATCHLEVEL = 90 +VERSION_MINOR = 37 +PATCHLEVEL = 0 MAKEFLAGS +=-j$(NUM_CORES) -l$(NUM_CORES)