From 23d3acad6eb9f171fd8afb1b28b85a48c5acefc4 Mon Sep 17 00:00:00 2001 From: Maciek Malik Date: Tue, 17 Sep 2024 16:42:58 +0200 Subject: [PATCH] App version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c35ec4a..f7cfe0b 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ APPNAME = "Solana" # Application version APPVERSION_M = 1 APPVERSION_N = 5 -APPVERSION_P = 2 +APPVERSION_P = 3 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" # Application source files