From 85c445c7d89634577ff39fdcaf063460d2a3156b Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 20 Nov 2024 14:52:24 +0100 Subject: [PATCH] 1.5.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c711a68..f565634 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ TARGET = x50ng TARGET_ALLCAPS = X50NG VERSION_MAJOR = 1 -VERSION_MINOR = 4 -PATCHLEVEL = 1 +VERSION_MINOR = 5 +PATCHLEVEL = 0 INSTALL_PREFIX = /usr/local INSTALL_BINARY_DIR = "$(INSTALL_PREFIX)"/bin