From 2f47aa9ba1bed2a5e3fc0c2a7d2c1ff76d7a7b45 Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:42:13 +0200 Subject: [PATCH] Version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4bd732..5368512 100755 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ APPNAME = Eos APPVERSION_M=1 APPVERSION_N=6 -APPVERSION_P=0 +APPVERSION_P=1 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # Application source files