summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-06-16 21:07:53 +0200
committerJF <jf@codingfield.com>2020-06-16 21:07:53 +0200
commit9a89ff7f7764df085a59c8a24fe578228a22fc6c (patch)
tree800c2ab76a4609382865ba9fd8b16b9732e5eb03
parent73e6cbde79d632a5446aca4372424456927597b9 (diff)
Set version to 0.6.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 51ac2d18..c5cf78aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.7.0 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.6.1 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")