From a316ab2b5f08429cf0f14b48b05a40edfc2be565 Mon Sep 17 00:00:00 2001 From: Benjamin Summerton Date: Wed, 27 Dec 2017 11:21:32 -0500 Subject: [PATCH] Bump version no. in CMake build file I saw that you added a new release, but didn't bump the version no. here. --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a398d6656..8c35c05f0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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