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

just to document the changes that the android build task applies on

the fly to the former commit
This commit is contained in:
lufebe16 2024-03-23 10:20:00 +01:00
parent 77fd05e65a
commit a14ac0d95f
2 changed files with 2 additions and 2 deletions

View file

@ -598,7 +598,7 @@ class GI:
('fc-2.20', tuple(range(855, 897))), ('fc-2.20', tuple(range(855, 897))),
('fc-2.21', tuple(range(897, 900)) + tuple(range(11014, 11017)) + ('fc-2.21', tuple(range(897, 900)) + tuple(range(11014, 11017)) +
tuple(range(13160, 13163)) + (16682,)), tuple(range(13160, 13163)) + (16682,)),
('dev', tuple(range(906, 955)) + tuple(range(11017, 11020)) + ('fc-2.24', tuple(range(906, 955)) + tuple(range(11017, 11020)) +
tuple(range(5600, 5624)) + tuple(range(18000, 18005)) + tuple(range(5600, 5624)) + tuple(range(18000, 18005)) +
tuple(range(19000, 19012)) + tuple(range(22303, 22311)) + tuple(range(19000, 19012)) + tuple(range(22303, 22311)) +
tuple(range(22353, 22361))), tuple(range(22353, 22361))),

View file

@ -32,7 +32,7 @@ PACKAGE = 'PySolFC'
TITLE = 'PySol' TITLE = 'PySol'
PACKAGE_URL = 'http://pysolfc.sourceforge.io/' PACKAGE_URL = 'http://pysolfc.sourceforge.io/'
VERSION_TUPLE = (2, 21, 0) VERSION_TUPLE = (2, 24, 0)
VERSION = '.'.join(map(str, VERSION_TUPLE)) VERSION = '.'.join(map(str, VERSION_TUPLE))
# Tk windowing system (auto set up in init.py) # Tk windowing system (auto set up in init.py)