summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-03-10 20:22:47 +0100
committerJF <jf@codingfield.com>2020-03-10 20:22:47 +0100
commitb279c994887342197cc5940f1735a074d7e58f1b (patch)
treea790b352bba23b9151898ff0fd9babb9f4798587
parent4de22601f544e37c2c3744e8b0b7c86c8c06353d (diff)
Set version 0.4.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e31435f6..5af971f0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.3.1 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.4.0 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")