update DLLs to 2.5 releases

This commit is contained in:
Richard Smith 2019-06-05 16:59:07 +01:00
parent 55bca5837b
commit 6d0f77936e
9 changed files with 6 additions and 4 deletions

View file

@ -1 +1 @@
__version__ = "2.5.dev4"
__version__ = "2.5.0"

View file

@ -8,7 +8,7 @@ import platform
# Probably unnecessary, just covering all bases in case people add or remove dlls
MAC_NAMES = ['libraylib.2.5.0.dylib', 'libraylib.2.dylib', 'libraylib.dylib']
LINUX_NAMES = ['libraylib.so.2.5.0','libraylib.so.2', 'libraylib.so']
WINDOWS_NAMES = ['libraylib.dll', 'raylib.dll']
WINDOWS_NAMES = ['raylib.dll', 'libraylib.dll']
if platform.system() == "Darwin":

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1 @@
libraylib.2.5.0.dylib

1
raylib/dynamic/libraylib.so Symbolic link
View file

@ -0,0 +1 @@
libraylib.so.2.5.0

View file

@ -0,0 +1 @@
libraylib.so.2.5.0

Binary file not shown.

BIN
raylib/dynamic/raylib.dll Normal file

Binary file not shown.