From 045aa25f6dbf6b3efae009e328cdc60e73d3c5bc Mon Sep 17 00:00:00 2001 From: zii Date: Sun, 23 Feb 2025 09:32:35 -0500 Subject: [PATCH] v3.6 - release to master --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index e65e953..e17dda3 100644 --- a/src/common.h +++ b/src/common.h @@ -41,7 +41,7 @@ using namespace std; -#define APP_VERSION "3.6.t10" +#define APP_VERSION "3.6" #define APP_NAME "JustMotion" #define APP_TARGET "jmotion" #define DATETIME_FMT "yyyyMMddhhmmss"