From b994e544df2c4f10b7a1b2be291c096e2b03e91d Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Thu, 7 Nov 2024 13:33:14 +0300 Subject: [PATCH] Bump app version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67ccee1..2707622 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ APPNAME = "Solana" # Application version APPVERSION_M = 1 APPVERSION_N = 5 -APPVERSION_P = 4 +APPVERSION_P = 5 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" # Application source files