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 936b900 commit 37d5a25Copy full SHA for 37d5a25
CMakeLists.txt
@@ -4,7 +4,7 @@ else()
4
cmake_minimum_required(VERSION 3.10)
5
endif()
6
7
-project(hello-imgui LANGUAGES C CXX VERSION "1.5.0")
+project(hello-imgui LANGUAGES C CXX VERSION "1.5.1") # v1.5.1
8
set(CMAKE_CXX_STANDARD 17)
9
10
if (IOS)
0 commit comments