summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-08-17 22:59:08 +0200
committerKevin Chabowski <kevin@kch42.de>2013-08-17 22:59:08 +0200
commit3fadcc33f7d2593a0c7630152d29bb327d7d66bb (patch)
tree505ff8a29b2d27435547b9a551c9c243cbe91b54
parent394bbc39619a4bb50cf90b4881f399956b2b2fbe (diff)
downloadbiomed-3fadcc33f7d2593a0c7630152d29bb327d7d66bb.tar.gz
biomed-3fadcc33f7d2593a0c7630152d29bb327d7d66bb.tar.bz2
biomed-3fadcc33f7d2593a0c7630152d29bb327d7d66bb.zip
We're now Beta.
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0b24be6..4a7481d 100644
--- a/main.go
+++ b/main.go
@@ -44,7 +44,7 @@ func (g *GUI) openWorld(path string) {
func (g *GUI) aboutDlg() {
dlg := gtk.NewAboutDialog()
dlg.SetName("biome-editor")
- dlg.SetVersion("α")
+ dlg.SetVersion("β")
dlg.SetCopyright("© 2013 by Kevin Chabowski")
dlg.SetAuthors([]string{"Kevin Chabowski <kevin@kch42.de>"})
dlg.SetLicense(`Copyright (c) 2013 Kevin Chabowski