Changeset 4240 for install/setversion.py
- Timestamp:
- Jan 9, 2020 2:56:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/setversion.py
r4239 r4240 42 42 out = fp.read().replace('**Version**',version) 43 43 if sys.platform == "win32" and platform.architecture()[0] != '64bit': 44 print('changing for 32-bit windows' 44 print('changing for 32-bit windows') 45 45 out = out.replace('win-64','win-32') 46 46 fp.close()
Note: See TracChangeset
for help on using the changeset viewer.