Centralize version string getting. Still trying to work out how we should handle automatic version increments so we don't have to modify files all the time. Remove version file from repo (should only be a thing when building binaries)

This commit is contained in:
blitzmann
2018-02-17 11:10:42 -05:00
parent e779bb84e2
commit 82e3db1ffb
6 changed files with 16 additions and 13 deletions

View File

@@ -359,7 +359,7 @@ class MainFrame(wx.Frame):
def ShowAboutBox(self, evt):
info = wx.adv.AboutDialogInfo()
info.Name = "pyfa"
info.Version = config.getGitVersion() # gui.aboutData.versionString
info.Version = config.getVersion() # gui.aboutData.versionString
#
# try:
# import matplotlib