1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Bump the version to 2.2.0.

New stable release.
This commit is contained in:
Shlomi Fish 2018-04-16 16:05:24 +03:00
parent 3e595ae183
commit 1f61a15ca0

View file

@ -32,8 +32,8 @@ PACKAGE = 'PySolFC'
TITLE = 'PySol'
PACKAGE_URL = 'http://pysolfc.sourceforge.net/'
VERSION = '2.1.4'
VERSION_TUPLE = (2, 1, 4)
VERSION = '2.2.0'
VERSION_TUPLE = (2, 2, 0)
# Tk windowing system (auto set up in init.py)
WIN_SYSTEM = 'x11' # win32, x11, aqua, classic