increase version number for next release
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Mon, 9 Oct 2006 20:31:46 +0000 (20:31 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Mon, 9 Oct 2006 20:31:46 +0000 (20:31 +0000)
lib/python/Components/About.py

index 6317af7..e5f9543 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