Incremented SFML version number and added changes to the changelog.

This commit is contained in:
Lukas Dürrenberger 2016-10-21 17:07:22 +02:00
parent 303d07976c
commit b3e44568df
3 changed files with 51 additions and 4 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 0)
set(VERSION_PATCH 1)
# add the SFML header path
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)