From: Stefan Pluecken Date: Mon, 9 Oct 2006 20:31:46 +0000 (+0000) Subject: increase version number for next release X-Git-Tag: 2.6.0~2979 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/9a50f28d3d26591c6d5b3fec61bb4764e0abbcec?ds=sidebyside increase version number for next release --- diff --git a/lib/python/Components/About.py b/lib/python/Components/About.py index 6317af7c..e5f9543e 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.0", year, month, day]) + return '-'.join(["2.1", year, month, day]) file.close() except IOError: pass