Merge pull request #299 from jubalh/soversion

Add library versioning
This commit is contained in:
Ray 2017-06-08 22:18:10 +02:00 committed by GitHub
commit b6d7fa9bb0

View file

@ -17,5 +17,6 @@ source_c = [
raylib = library('raylib',
source_c,
dependencies : [ glfw_dep, gl_dep, openal_dep, m_dep, x11_dep],
install : true)
install : true,
version : '1.7.0')