summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-05-24 17:02:45 +0200
committerJF <jf@codingfield.com>2020-05-24 17:02:45 +0200
commit84b996bf3f7b11ffc2684fa1ccd4453306914c5b (patch)
tree233cbf406dcb9e634771caf13354ebab466eff37 /CMakeLists.txt
parent82b4ddc25b4c7913e0e6a13a209a4415dff044f1 (diff)
Typo in file name.
Set version to 0.6.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 67a9af60..003be764 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.5.0 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.6.0 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")