Updated the version to 2.2, added support for patch versions and added the changelog.txt
This commit is contained in:
parent
21756145cb
commit
1c46ec7c37
5 changed files with 185 additions and 11 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
# define a macro that helps defining an option
|
||||
|
@ -21,7 +20,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
|
|||
|
||||
# setup version numbers
|
||||
set(VERSION_MAJOR 2)
|
||||
set(VERSION_MINOR 1)
|
||||
set(VERSION_MINOR 2)
|
||||
set(VERSION_PATCH 0)
|
||||
|
||||
# add the SFML header path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue