Changeset 1030:1365902665d4
- Timestamp:
- 05/02/21 07:29:36 (4 years ago)
- Branch:
- python3
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r981 r1030 80 80 ["share", "icons", "Adwaita", "index.theme"], 81 81 ["share", "icons", "Adwaita", "16x16"], 82 ["share", "icons", "Adwaita", "scalable"], 82 83 ["share", "locale", "hu"], 83 84 ["share", "locale", "en"], -
src/mlx/const.py
r1023 r1030 12 12 13 13 ## The version of the program 14 VERSION="0.39.6-py3- 2"14 VERSION="0.39.6-py3-3" 15 15 16 16 #-------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.