diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-09 20:31:46 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-09 20:31:46 +0000 |
| commit | 9a50f28d3d26591c6d5b3fec61bb4764e0abbcec (patch) | |
| tree | 23d071f05c266cf006be2c9d9bee3a87143aec90 /lib/python/Components/About.py | |
| parent | 88f345d258e900ca764a9e97f66394e29c2be5ba (diff) | |
| download | enigma2-9a50f28d3d26591c6d5b3fec61bb4764e0abbcec.tar.gz enigma2-9a50f28d3d26591c6d5b3fec61bb4764e0abbcec.zip | |
increase version number for next release
Diffstat (limited to 'lib/python/Components/About.py')
| -rw-r--r-- | lib/python/Components/About.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
