From d55cb64afe9d17f180d61ab8a84f99a0f7ffb460 Mon Sep 17 00:00:00 2001 From: Maciek Malik Date: Wed, 11 Sep 2024 12:12:39 +0200 Subject: [PATCH] Bump app version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 643f030..c35ec4a 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ APPNAME = "Solana" # Application version APPVERSION_M = 1 APPVERSION_N = 5 -APPVERSION_P = 1 +APPVERSION_P = 2 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" # Application source files