From 4cb1771152012527c940f435c0f620cb541e232a Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Tue, 19 Nov 2013 20:18:35 +0200 Subject: [PATCH] version bump to 0.7 --- README.md | 2 +- motioneye.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb7717c..6fa566d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ On a debian-based system you could run: - apt-get install python-tornado python-jinja2 python-imaging motion v4l2-utils + apt-get install python-tornado python-jinja2 python-imaging motion ffmpeg v4l2-utils ## Browser Compatibility ## diff --git a/motioneye.py b/motioneye.py index 98962fa..bab8787 100755 --- a/motioneye.py +++ b/motioneye.py @@ -28,7 +28,7 @@ import settings sys.path.append(os.path.join(settings.PROJECT_PATH, 'src')) -VERSION = '0.6' +VERSION = '0.7' def _test_requirements(): -- 2.39.5