diff options
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 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 |
