From 3c6ddfd11fbd3004d0ee91219e653a86bda716e4 Mon Sep 17 00:00:00 2001 From: tdejoigny-ledger Date: Thu, 21 Nov 2024 09:50:29 +0100 Subject: [PATCH] bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb24b6c..1f5c811 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ endif APPNAME = "TON" APPVERSION_M = 2 APPVERSION_N = 4 -APPVERSION_P = 0 +APPVERSION_P = 1 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" APP_SOURCE_PATH += src