diff options
| author | Jean-François Milants <jf@codingfield.com> | 2024-01-06 15:21:29 +0100 |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2024-01-06 15:21:29 +0100 |
| commit | ecf2f564f7a0884b6acdfdf5530abe2b98cb9aa9 (patch) | |
| tree | f2ae379e991ff28a3493c6fc4334f31518b87a3d /CMakeLists.txt | |
| parent | 6505336d60157923fd738723e2432b12e26203e9 (diff) | |
Set version to 1.14.0
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e3a033d..9b5669b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10) set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose Debug or Release") -project(pinetime VERSION 1.13.0 LANGUAGES C CXX ASM) +project(pinetime VERSION 1.14.0 LANGUAGES C CXX ASM) set(CMAKE_C_STANDARD 99) set(CMAKE_CXX_STANDARD 20) |
