diff options
Diffstat (limited to 'lib/python')
| -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 |
