Skip to content

Commit f499339

Browse files
committed
Updated the version to 1.0.0
1 parent a270e83 commit f499339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.11)
22
project(tileson)
33

44
set(CMAKE_CXX_STANDARD 17)
5-
set(TILESON_PROJECT_VERSION_MAJOR 0)
6-
set(TILESON_PROJECT_VERSION_MINOR 1)
5+
set(TILESON_PROJECT_VERSION_MAJOR 1)
6+
set(TILESON_PROJECT_VERSION_MINOR 0)
77
set(TILESON_PROJECT_VERSION_PATCH 0)
88

99
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DTILESON_DEBUG")

0 commit comments

Comments
 (0)