X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ed40f6f85c9c07c3c1224ae20601082c0309a631..3b5048babf7e8df97b8d0267543c7fa47ec7f21d:/lib/python/Components/About.py diff --git a/lib/python/Components/About.py b/lib/python/Components/About.py index 2f3fec09..2aa3f50c 100644 --- a/lib/python/Components/About.py +++ b/lib/python/Components/About.py @@ -19,7 +19,7 @@ class About: month = version[8:10] day = version[10:12] - return '-'.join(["2.1", year, month, day]) + return '-'.join(["dev", year, month, day]) file.close() except IOError: pass