From 9f2e2fc6747fc8e2608756d2d885496e89787320 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sat, 7 Oct 2023 10:39:32 +0200 Subject: [PATCH] 0.30.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2d33324..e08f7a4 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # Makefile to build x48ng without autotools VERSION_MAJOR = 0 -VERSION_MINOR = 29 -PATCHLEVEL = 91 +VERSION_MINOR = 30 +PATCHLEVEL = 0 MAKEFLAGS +=-j$(NUM_CORES) -l$(NUM_CORES)