Increased version to 2.3.2 and add changes to changelog.

This commit is contained in:
Lukas Dürrenberger 2015-08-24 18:01:06 +02:00
parent 0f1dc5a754
commit 01d72438de
3 changed files with 37 additions and 2 deletions

View file

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