diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-08-17 22:59:08 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-08-17 22:59:08 +0200 |
commit | 3fadcc33f7d2593a0c7630152d29bb327d7d66bb (patch) | |
tree | 505ff8a29b2d27435547b9a551c9c243cbe91b54 | |
parent | 394bbc39619a4bb50cf90b4881f399956b2b2fbe (diff) | |
download | biomed-3fadcc33f7d2593a0c7630152d29bb327d7d66bb.tar.gz biomed-3fadcc33f7d2593a0c7630152d29bb327d7d66bb.tar.bz2 biomed-3fadcc33f7d2593a0c7630152d29bb327d7d66bb.zip |
We're now Beta.
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |