Compare commits

...
This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.

3 commits

Author SHA1 Message Date
richard
44c338cd4f add version.py to manifest in dynamic 2021-10-15 19:03:47 +01:00
richard
69382649a2 add version.py to manifest 2021-10-15 18:53:56 +01:00
richard
98f0b44ab4 bugfix branch, this should have been 3.7.0.post9 i think 2021-10-15 18:42:51 +01:00
3 changed files with 4 additions and 2 deletions

View file

@ -6,3 +6,4 @@ include raylib/*.h
include raylib/*.pyi include raylib/*.pyi
exclude raylib/*.c exclude raylib/*.c
exclude raylib/*.o exclude raylib/*.o
include version.py

View file

@ -10,4 +10,5 @@ include raylib/*.dll
include raylib/*.so include raylib/*.so
include raylib/32bit/*.dylib include raylib/32bit/*.dylib
include raylib/32bit/*.dll include raylib/32bit/*.dll
include raylib/32bit/*.so include raylib/32bit/*.so
include version.py

View file

@ -1 +1 @@
__version__ = "3.7.0.post9" __version__ = "3.7.0.post10"