We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5062fd commit c2d2f7dCopy full SHA for c2d2f7d
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.11)
2
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
3
project (raylib-cpp
4
- VERSION 3.6.0
+ VERSION 3.7.0
5
DESCRIPTION "raylib-cpp C++ Object Oriented Wrapper for raylib"
6
HOMEPAGE_URL "https://github.com/robloach/raylib-cpp"
7
LANGUAGES C CXX)
0 commit comments