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 1
1
cmake_minimum_required (VERSION 3.22.2 )
2
2
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" )
4
4
5
5
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR} /cmake/" )
6
6
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ PROJECT_NAME = "LibTMJ"
47
47
# could be handy for archiving the generated documentation or if some version
48
48
# control system is used.
49
49
50
- PROJECT_NUMBER = 1.2 .0
50
+ PROJECT_NUMBER = 1.3 .0
51
51
52
52
# Using the PROJECT_BRIEF tag one can provide an optional one line description
53
53
# 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