diff --git a/config.py b/config.py index 3d82ad84f..f7e342c89 100644 --- a/config.py +++ b/config.py @@ -14,7 +14,7 @@ saveInRoot = False # Version data version = "1.1.15" -tag = "stable" +tag = "git" expansionName = "Odyssey" expansionVersion = "1.0" diff --git a/gui/mainFrame.py b/gui/mainFrame.py index 0f4f2d8d8..bdd29fe2e 100644 --- a/gui/mainFrame.py +++ b/gui/mainFrame.py @@ -244,7 +244,7 @@ class MainFrame(wx.Frame): "\nwxPython: \t" + wx.__version__ + "\nSQLAlchemy: \t" + sqlalchemy.__version__, 700, wx.ClientDC(self)) - info.WebSite = ("http://forums.eveonline.com/default.aspx?g=posts&t=247609", "pyfa thread at EVE Online forum") + info.WebSite = ("http://forums.eveonline.com/default.aspx?g=posts&t=247609", "pyfa thread at EVE Online forum") wx.AboutBox(info)