File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.22.2)
22
3- project (libtmj VERSION 1.2 .0 DESCRIPTION "A C library for loading Tiled maps and tilesets in JSON format" )
3+ project (libtmj VERSION 1.3 .0 DESCRIPTION "A C library for loading Tiled maps and tilesets in JSON format" )
44
55set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR} /cmake/" )
66
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ PROJECT_NAME = "LibTMJ"
4747# could be handy for archiving the generated documentation or if some version
4848# control system is used.
4949
50- PROJECT_NUMBER = 1.2 .0
50+ PROJECT_NUMBER = 1.3 .0
5151
5252# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353# for a project that appears at the top of each page and should give viewer a
You can’t perform that action at this time.
0 commit comments