Skip to content

Commit

Permalink
Bump to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
An-dz committed Jul 25, 2019
1 parent 22c18a5 commit e78ca0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.py
Expand Up @@ -66,7 +66,7 @@ class Config(object):
"default_language": "English",
}
internals = {
"version": "1.1.0",
"version": "1.1.1",
"TCPversion": "1.1",
"choicelist_paksize": [16, 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, 240],
"choicelist_views": [1, 2, 4],
Expand Down
2 changes: 1 addition & 1 deletion tcui/dialogAbout.py
Expand Up @@ -71,7 +71,7 @@ def translate(self):
self.title_text.SetLabel(gt("TileCutter"))
self.subtitle_text.SetLabel(gt("Simutrans Building Editor"))
self.version_text.SetLabel(gt("Version %s") % self.version_number)
self.copyright_text.SetLabel("\nCopyright © 2018 André Zanghelini. All rights reserved.\nCopyright © 2008-2015 Timothy Baldock. All rights reserved.\n\nThis program uses the wxPython library\nCopyright © 1992-2018 Julian Smart, Robert Roebling, Vadim Zeitlin\nand other members of the wxPython team.\n\nTileCutter is written in Python.")
self.copyright_text.SetLabel("\nCopyright © 2018-2019 André Zanghelini. All rights reserved.\nCopyright © 2008-2015 Timothy Baldock. All rights reserved.\n\nThis program uses the wxPython library\nCopyright © 1992-2019 Julian Smart, Robert Roebling, Vadim Zeitlin\nand other members of the wxPython team.\n\nTileCutter is written in Python.")

self.title_text.Wrap( self.size[0] - 20)
self.subtitle_text.Wrap( self.size[0] - 20)
Expand Down

0 comments on commit e78ca0f

Please sign in to comment.