diff --git a/packaging/gentoo/fpdb-1.0_alpha7_p135.ebuild b/packaging/gentoo/fpdb-1.0_alpha7_p136.ebuild similarity index 97% rename from packaging/gentoo/fpdb-1.0_alpha7_p135.ebuild rename to packaging/gentoo/fpdb-1.0_alpha7_p136.ebuild index 07fbb188..58527c79 100644 --- a/packaging/gentoo/fpdb-1.0_alpha7_p135.ebuild +++ b/packaging/gentoo/fpdb-1.0_alpha7_p136.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2008 Gentoo Foundation # Gentoo had nothing to do with the production of this ebuild, but I'm pre-emptively transferring all copyrights (as far as legally possible under my local jurisdiction) to them. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/fpdb/fpdb-1.0_alpha7_p135.ebuild,v 1.0 2008/10/15 steffen@sycamoretest.info Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/fpdb/fpdb-1.0_alpha7_p136.ebuild,v 1.0 2008/10/15 steffen@sycamoretest.info Exp $ NEED_PYTHON=2.3 diff --git a/pyfpdb/fpdb.py b/pyfpdb/fpdb.py index d3642bb5..789fcc30 100755 --- a/pyfpdb/fpdb.py +++ b/pyfpdb/fpdb.py @@ -426,7 +426,7 @@ This program is licensed under the AGPL3, see docs"""+os.sep+"agpl-3.0.txt") self.window = gtk.Window(gtk.WINDOW_TOPLEVEL) self.window.connect("delete_event", self.delete_event) self.window.connect("destroy", self.destroy) - self.window.set_title("Free Poker DB - version: alpha6+, p135 or higher") + self.window.set_title("Free Poker DB - version: alpha7, p136") self.window.set_border_width(1) self.window.set_size_request(1020,400) self.window.set_resizable(True)