increase version number for next release
[enigma2.git] / lib / python / Components / About.py
index 6317af7cb23efa2d0198dc9aec6fad150f174f97..e5f9543edce4d8945ace967ef0ca5cc647531e64 100644 (file)
@@ -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