summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-02-04 17:33:22 +0100
committerJean-François Milants <jf@codingfield.com>2021-02-04 17:33:22 +0100
commit16ce5bbb7563f0af9394d4da0dae303aa9eda2fd (patch)
tree42549777f2a4f9e4ee5ee679685eb0437183d1ba /CMakeLists.txt
parent9c35b6fe5dc889b589b979dd7c650c70f302854b (diff)
Set version to 0.12..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 4234b983..bb7a8b73 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.11.0 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.12.0 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")