diff --git a/README.md b/README.md index 54672870..0660aea6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Web based interface for controlling the Raspberry Pi Camera, includes motion detection, time lapse, and image and video recording. - +Current version 6.0.3 All information on this project can be found here: http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=63276 The wiki page can be found here: diff --git a/bin/raspimjpeg b/bin/raspimjpeg index 6b73024e..d1fb874f 100755 Binary files a/bin/raspimjpeg and b/bin/raspimjpeg differ diff --git a/etc/raspimjpeg/raspimjpeg.1 b/etc/raspimjpeg/raspimjpeg.1 index 2f49283b..64688e47 100755 --- a/etc/raspimjpeg/raspimjpeg.1 +++ b/etc/raspimjpeg/raspimjpeg.1 @@ -115,6 +115,7 @@ subdir_char @ #Job macros - prefix with & to make it run asynchronously end_img &end_img.sh +start_vid &start_vid.sh end_vid end_vid.sh end_box &end_box.sh diff --git a/www/config.php b/www/config.php index 6d09b3f0..dce9b3b4 100755 --- a/www/config.php +++ b/www/config.php @@ -3,7 +3,7 @@ define('LBASE_DIR',dirname(__FILE__)); //Global defines and utility functions // version string - define('APP_VERSION', 'v6.0.2'); + define('APP_VERSION', 'v6.0.3'); // name of this application define('APP_NAME', 'RPi Cam Control');