From 436bfc26f26bc8451f94150cb4080624f0fab5c1 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Mon, 11 Aug 2008 23:03:30 +0100 Subject: [PATCH] git27 - changed version identifier to alpha1. yay :) --- docs/known-bugs-and-planned-features.txt | 1 + pyfpdb/fpdb.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/known-bugs-and-planned-features.txt b/docs/known-bugs-and-planned-features.txt index f9e18080..41d045a7 100644 --- a/docs/known-bugs-and-planned-features.txt +++ b/docs/known-bugs-and-planned-features.txt @@ -3,6 +3,7 @@ todolist (db=database, imp=importer, tv=tableviewer) before alpha ============ test everything actually works in windows too +expand instructions for profile file verify link in release notes next diff --git a/pyfpdb/fpdb.py b/pyfpdb/fpdb.py index 4bc0235e..3ffc284a 100755 --- a/pyfpdb/fpdb.py +++ b/pyfpdb/fpdb.py @@ -347,7 +347,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: pre-alpha, git26") + self.window.set_title("Free Poker DB - version: alpha1, git27") self.window.set_border_width(1) self.window.set_size_request(950,400) self.window.set_resizable(True)