From 970b9b5fc5647b6762a7f14636c447cce05b2911 Mon Sep 17 00:00:00 2001 From: zii Date: Sun, 24 Dec 2023 10:30:36 -0500 Subject: [PATCH] v3.3 -releasing to master branch --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 5c9c5f7..3851e39 100644 --- a/src/common.h +++ b/src/common.h @@ -30,7 +30,7 @@ using namespace std; -#define APP_VER "3.3.t9" +#define APP_VER "3.3" #define APP_NAME "Motion Watch" #define APP_BIN "mow" #define DATETIME_FMT "yyyyMMddhhmmss"