From 9a50f28d3d26591c6d5b3fec61bb4764e0abbcec Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 9 Oct 2006 20:31:46 +0000 Subject: [PATCH] increase version number for next release --- lib/python/Components/About.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2