diff options
| author | Jean-François Milants <jf@codingfield.com> | 2023-04-02 14:48:26 +0200 |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2023-04-02 14:48:26 +0200 |
| commit | 238a829577c71dc9cfc5d96d01d098e47c9508ef (patch) | |
| tree | 30b8486c1ee5231920a998026ac30256405fc133 /CMakeLists.txt | |
| parent | 616aa91b4c373dd49e60ac8b6b5c942ebc5804c9 (diff) | |
Set version to 1.12.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 62c1637b..57a9c32f 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.11.0 LANGUAGES C CXX ASM) +project(pinetime VERSION 1.12.0 LANGUAGES C CXX ASM) set(CMAKE_C_STANDARD 99) set(CMAKE_CXX_STANDARD 14) |
