New file with constants. And we're now 0.1-beta :).

This commit is contained in:
2016-10-06 21:45:09 +05:00
parent 8cfbca284e
commit e87d51b1e3
3 changed files with 21 additions and 2 deletions

View File

@@ -10,6 +10,10 @@
package ui
import (
// local
"github.com/pztrn/urtrator/common"
// other
"github.com/mattn/go-gtk/gtk"
)
@@ -18,7 +22,7 @@ func ShowAboutDialog() {
ad.SetProgramName("URTrator")
ad.SetComments("Urban Terror servers browser and game launcher")
ad.SetVersion("0.1")
ad.SetVersion(common.URTRATOR_VERSION)
ad.SetWebsite("http://urtrator.pztrn.name")
ad.SetLogo(logo)