]> www.vanbest.org Git - motioneye-debian/commitdiff
version bump to 0.7
authorCalin Crisan <ccrisan@gmail.com>
Tue, 19 Nov 2013 18:18:35 +0000 (20:18 +0200)
committerCalin Crisan <ccrisan@gmail.com>
Tue, 19 Nov 2013 18:18:35 +0000 (20:18 +0200)
README.md
motioneye.py

index bb7717cf3d312381883b9afa54e5626b155ffd55..6fa566d0645a0c2f401e90c44b6a9c4f2f97307a 100644 (file)
--- 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 ##
 
index 98962fa871c88ecad1e8fbe50fab985482529981..bab87879d6e46958c11b7b06a4604e2b9942ed1f 100755 (executable)
@@ -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():