diff --git a/CMakeLists.txt b/CMakeLists.txt index 311b0dd..b040e6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10) project(imgui_sfml LANGUAGES CXX - VERSION 2.5 + VERSION 2.6 ) # 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 e047485..6841898 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -ImGui-SFML v2.5 -======= +ImGui-SFML +========== Library which allows you to use [Dear ImGui](https://github.com/ocornut/imgui) with [SFML](https://github.com/SFML/SFML)