Updated the changelog and version number for 2.5.1

This commit is contained in:
Lukas Dürrenberger 2018-10-02 23:17:54 +02:00
parent 9fba1dff27
commit 2f11710abc
3 changed files with 50 additions and 2 deletions

View file

@ -50,7 +50,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
# setup version numbers
set(VERSION_MAJOR 2)
set(VERSION_MINOR 5)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
# add an option for choosing the build type (shared or static)
if(NOT (SFML_OS_IOS OR SFML_OS_ANDROID))