From d5a9d1f046f5c4b08259267188871f86b8828b80 Mon Sep 17 00:00:00 2001 From: Maurice ONeal Date: Sun, 25 Sep 2022 09:15:23 -0400 Subject: [PATCH] v1.4 Release candidate for merging to master. --- README.md | 3 ++- src/common.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e8ae86..3dad1aa 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Usage: mow -h : display usage information about this application. -c : path to the config file. + -v : display the current version. ``` ### Config File ### @@ -76,7 +77,7 @@ duration = 60 post_cmd = move_the_ptz_camera.py # this an optional command to run after the internal timer duration has # elapsed. one great use for this is to move a ptz camera to the next -# position of it's patrol pattern. note: the call to this command can be +# position of it's patrol pattern. note: the call to this command will be # delayed if motion was detected. # max_days = 15 diff --git a/src/common.h b/src/common.h index b2638a1..e0c49bf 100644 --- a/src/common.h +++ b/src/common.h @@ -34,7 +34,7 @@ using namespace std; using namespace std::filesystem; #define BUF_SZ 10 -#define APP_VER "1.3.t3" +#define APP_VER "1.4" struct shared_t {