From: Calin Crisan Date: Sun, 31 Aug 2014 15:04:37 +0000 (+0300) Subject: version bump to 0.17 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=92141afc99669f86cb16edd849b29b1a351fc218;p=motioneye-debian version bump to 0.17 --- diff --git a/motioneye.py b/motioneye.py index a454a4a..fcf61a8 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.16' +VERSION = '0.17' def _configure_settings():