From: Calin Crisan Date: Tue, 19 Nov 2013 18:18:35 +0000 (+0200) Subject: version bump to 0.7 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=4cb1771152012527c940f435c0f620cb541e232a;p=motioneye-debian version bump to 0.7 --- 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():