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:
parent
8380c488be
commit
a316ab2b5f
|
|
@ -3,7 +3,8 @@ project(raylib)
|
||||||
include("../utils.cmake")
|
include("../utils.cmake")
|
||||||
|
|
||||||
set(raylib_VERSION_MAJOR 1)
|
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
|
set(RAYLIB raylib) # Name of the generated library
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user