git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88f345d
)
increase version number for next release
author
Stefan Pluecken
<
[email protected]
>
Mon, 9 Oct 2006 20:31:46 +0000
(20:31 +0000)
committer
Stefan Pluecken
<
[email protected]
>
Mon, 9 Oct 2006 20:31:46 +0000
(20:31 +0000)
lib/python/Components/About.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/About.py
b/lib/python/Components/About.py
index 6317af7cb23efa2d0198dc9aec6fad150f174f97..e5f9543edce4d8945ace967ef0ca5cc647531e64 100644
(file)
--- 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