over-video/version.py
Martinez 5ffb173513 fix interpreter path
update to current over
2015-06-09 20:58:30 +02:00

8 lines
162 B
Python

#! /usr/bin/env python3
# encoding: utf-8
_version = (0, '00000000') # OVER_VERSION_IDENTIFIER
rev = _version[0]
commit = _version[1]
str = '%d (%s)' %_version