summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-07-11 20:53:04 +0200
committerJF <jf@codingfield.com>2020-07-11 20:53:04 +0200
commit6309719a62436fd746a7a8b228205e93b419ca26 (patch)
tree262cf8b4e84c556748f42bbf778b48a68210921d /CMakeLists.txt
parent09adb78b551ef7659fd7e8e71c337e7de81023d2 (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 c5cf78aa..51ac2d18 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.6.1 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.7.0 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")