summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-07-20 21:28:06 +0200
committerJF <jf@codingfield.com>2020-07-20 21:28:06 +0200
commit377fca9e58a7f14d9b923eee9fc9e9f5ed5b70eb (patch)
treeeee0493f6421817a41af8cf9e413175c90a286a5
parent800e217e7c79c34f9392f4a70280bfc7bd159563 (diff)
Set version to 0.7.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 51ac2d18..ed8abfc9 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.7.1 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")