Skip to content

Commit 0fabfe9

Browse files
committed
Set version to 1.16.0.
1 parent 7dea64a commit 0fabfe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
cmake_minimum_required(VERSION 3.10)
22

33
set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose Debug or Release")
4+
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
45

5-
project(pinetime VERSION 1.15.0 LANGUAGES C CXX ASM)
6+
project(pinetime VERSION 1.16.0 LANGUAGES C CXX ASM)
67

78
set(CMAKE_C_STANDARD 99)
89
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)