git27 - changed version identifier to alpha1. yay :)

This commit is contained in:
steffen123 2008-08-11 23:03:30 +01:00
parent 09f233d6e4
commit 436bfc26f2
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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)