From dc37edc126d65767db0fe7d57a98b6a9cdb81b95 Mon Sep 17 00:00:00 2001 From: GroM Date: Mon, 16 Dec 2024 14:15:32 +0100 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2dc54287..cbb3d8c0 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ APPNAME = "Solana" # Application version APPVERSION_M = 1 APPVERSION_N = 6 -APPVERSION_P = 0 +APPVERSION_P = 1 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" # Application source files