From 976932e05ee039f446b222e21e7f1c4e00259b4e Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 19 Dec 2020 20:38:49 +0100 Subject: Set version for raylib 3.5 --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 577db634..2e9861f8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,8 +4,8 @@ include(GNUInstallDirs) include(JoinPaths) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake") -set(PROJECT_VERSION 3.0.0) -set(API_VERSION 301) +set(PROJECT_VERSION 3.5.0) +set(API_VERSION 351) include("CMakeOptions.txt") include(BuildType) -- cgit v1.2.3