diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-05-21 09:37:32 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-05-21 09:37:32 (GMT) |
| commit | 7c9513be8a3bf36fda5706cb0fb1bd6232d42ffd (patch) | |
| tree | 666f4f6a1d4654bebcb3d592925f3f11a4da9f55 /CMakeLists.txt | |
| parent | 13e3463276114dff838fc8fe281754eecfbe9538 (diff) | |
Set version to 1.1.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 6c529f3..1a488ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(pinetime VERSION 1.0.0 LANGUAGES C CXX ASM) +project(pinetime VERSION 1.1.0 LANGUAGES C CXX ASM) set(CMAKE_C_STANDARD 99) set(CMAKE_CXX_STANDARD 14) |
