From: Calin Crisan Date: Sat, 8 Mar 2014 11:06:37 +0000 (+0200) Subject: version bump to 0.11 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=7b32c199a60eefada8c296ad9dff61f9e3ba955a;p=motioneye-debian version bump to 0.11 --- diff --git a/motioneye.py b/motioneye.py index 746ea3b..f15fd2c 100755 --- a/motioneye.py +++ b/motioneye.py @@ -29,7 +29,7 @@ import settings sys.path.append(os.path.join(getattr(settings, 'PROJECT_PATH', os.path.dirname(sys.argv[0])), 'src')) -VERSION = '0.10' +VERSION = '0.11' def _configure_settings():