diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-06-19 18:59:18 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-06-19 18:59:18 (GMT) |
| commit | 20a24f8cf56551eae1202f8dc5733bd0cf61adbf (patch) | |
| tree | 3f8e204a4dbebdb2cb7019792197815743128f9c /CMakeLists.txt | |
| parent | c6dca25b9fa30af989baf748f6c32b38eaa95bac (diff) | |
Set version to 1.2.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 1a488ea..f2e467e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(pinetime VERSION 1.1.0 LANGUAGES C CXX ASM) +project(pinetime VERSION 1.2.0 LANGUAGES C CXX ASM) set(CMAKE_C_STANDARD 99) set(CMAKE_CXX_STANDARD 14) |
