diff --git a/CMakeLists.txt b/CMakeLists.txt index 153ef3c..e200f66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) project(imgui_sfml LANGUAGES CXX - VERSION 2.3 + VERSION 2.4 ) # In CMake 3.12+ this policy will automatically take the ImGui_ROOT and SFML_ROOT environment variables diff --git a/README.md b/README.md index f170d1d..3cca954 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ImGui-SFML v2.3 +ImGui-SFML v2.4 ======= [![build Actions Status](https://github.com/eliasdaler/imgui-sfml/workflows/build/badge.svg)](https://github.com/eliasdaler/imgui-sfml/actions)