From 6e7374d91c553e3a94ee1b848c3e99e556ae9853 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Thu, 1 Feb 2024 01:59:49 +0100 Subject: [PATCH] v1.4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cf06bd4..6233a8b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ else() cmake_minimum_required(VERSION 3.10) endif() -project(hello-imgui LANGUAGES C CXX VERSION "1.4.0") # 1.4.0 Beta +project(hello-imgui LANGUAGES C CXX VERSION "1.4.0") set(CMAKE_CXX_STANDARD 17) if (IOS)