aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-01-16 01:20:57 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-01-16 01:20:57 +0000
commit9baa414aa72dc31177f9b0fe80b80b42f7e4de82 (patch)
tree35ea2fa004aa2ad1d8da6c49df33a96beac1930e /lib
parent25b95b17bf075eb648f0053901f299e8717990d2 (diff)
downloadenigma2-9baa414aa72dc31177f9b0fe80b80b42f7e4de82.tar.gz
enigma2-9baa414aa72dc31177f9b0fe80b80b42f7e4de82.zip
mark non-releases as dev
Diffstat (limited to 'lib')
-rw-r--r--lib/python/Components/About.py2
1 files changed, 1 insertions, 1 deletions
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