diff --git a/CMakeLists.txt b/CMakeLists.txt index e200f66..fad29a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) project(imgui_sfml LANGUAGES CXX - VERSION 2.4 + VERSION 2.5 ) # 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 3cca954..5f63ecf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ImGui-SFML v2.4 +ImGui-SFML v2.5 ======= [![build Actions Status](https://github.com/eliasdaler/imgui-sfml/workflows/build/badge.svg)](https://github.com/eliasdaler/imgui-sfml/actions)