Skip to content

Commit

Permalink
Update version number (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaillefumier authored Feb 17, 2023
1 parent b86f634 commit fce5dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(NOT DEFINED PROJECT_NAME)
endif()

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
project(Tiled-MM VERSION 2.1 LANGUAGES CXX)
project(Tiled-MM VERSION 2.2 LANGUAGES CXX)

option(TILEDMM_WITH_TESTS "Enable tests." ${MASTER_PROJECT})
option(TILEDMM_WITH_EXAMPLES "Enable examples." ${MASTER_PROJECT})
Expand Down

0 comments on commit fce5dc1

Please sign in to comment.