From 25528617d5c1e346d04e7c4c297472ddb2602bae Mon Sep 17 00:00:00 2001 From: Zii Date: Sun, 23 Jul 2023 09:35:36 -0400 Subject: [PATCH] v3.1 Current version is stable, realeasing to master. --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index da44e3f..00c33e9 100644 --- a/src/common.h +++ b/src/common.h @@ -29,7 +29,7 @@ using namespace std; -#define APP_VER "3.1.t2" +#define APP_VER "3.1" #define APP_NAME "Motion Watch" #define APP_BIN "mow" #define REC_LOG_NAME "rec_log_lines.html"