Bump version no. in CMake build file

I saw that you added a new release, but didn't bump the version no. here.
This commit is contained in:
Benjamin Summerton 2017-12-27 11:21:32 -05:00 committed by GitHub
parent 8380c488be
commit a316ab2b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,8 @@ project(raylib)
include("../utils.cmake")
set(raylib_VERSION_MAJOR 1)
set(raylib_VERSION_MINOR 8)
set(raylib_VERSION_MINOR 9)
set(raylib_VERSION_PATCH 1)
set(RAYLIB raylib) # Name of the generated library