summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-06-07 20:03:10 +0200
committerJF <jf@codingfield.com>2020-06-07 20:03:10 +0200
commitbaafb96f3089d7fc890b4b5ef65bb2934fce3f55 (patch)
treefa8e58d35411b6fb5c0a086cf3d9067998ee0b83 /CMakeLists.txt
parentdbdb26ae1fa45cec88f1b9ea0353b3d0a3c39f56 (diff)
Set version to 0.7.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 003be764..51ac2d18 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.6.0 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.7.0 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")