Increased SFML's version number and updated the changelogs.

This commit is contained in:
Lukas Dürrenberger 2017-02-06 17:44:17 +01:00
parent 113152673a
commit e4ae4f9cc3
3 changed files with 36 additions and 3 deletions

View file

@ -45,7 +45,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
# setup version numbers
set(VERSION_MAJOR 2)
set(VERSION_MINOR 4)
set(VERSION_PATCH 1)
set(VERSION_PATCH 2)
# add the SFML header path
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)