From a3b530ec17a5499f12c4a98999aa0a9f1e066b28 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 22 Nov 2024 19:18:42 +0100 Subject: [PATCH] 1.6.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 89ebf64..1ec8775 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ TARGET = x50ng TARGET_ALLCAPS = X50NG VERSION_MAJOR = 1 -VERSION_MINOR = 5 -PATCHLEVEL = 1 +VERSION_MINOR = 6 +PATCHLEVEL = 0 INSTALL_PREFIX = /usr/local INSTALL_BINARY_DIR = "$(INSTALL_PREFIX)"/bin