summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-06-27 16:29:09 +0200
committerJF <jf@codingfield.com>2020-06-27 16:29:09 +0200
commit0bcaf9c22d6183ba8072e10abb9da7aea578b8db (patch)
treeca3688be6b588bea43d8ea919676453d87a3ad28
parent49bf12390bb27ca22a3cc5f472027344befc455e (diff)
Set verion to 0.6.2
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c5cf78aa..5936f7eb 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.6.2 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")