summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-01-04 19:56:01 +0100
committerJean-François Milants <jf@codingfield.com>2021-01-04 19:56:01 +0100
commit50ae0ae5e073ac48652e6c26549f9b19655e8da3 (patch)
tree102016c46f595a6538492d8ea10c81b29f2f92c2 /CMakeLists.txt
parent033a09db6d3dc515bd32b942809feb5059679cfc (diff)
Set version to 0.10.0.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5eb89e32..2da6cff8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.9.0 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.10.0 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")