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 {