summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-01-23 17:39:53 +0100
committerJean-François Milants <jf@codingfield.com>2021-01-23 17:39:53 +0100
commit84b509ed9536e081f370d2fd7c519c9ed6acfea4 (patch)
tree8ae39b6128b61ece35eb8634614f605d9aa90912
parent7e27bc873315589ae4076780607720aa5278c5a1 (diff)
Set version to 0.11.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2da6cff8..4234b983 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.10.0 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.11.0 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")