summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-09-02 21:36:13 +0200
committerJF <jf@codingfield.com>2020-09-02 21:36:13 +0200
commit4e8e52bf6e107c295c9bdb46623d4dd869aff8ae (patch)
tree3af1b1c31ed827efac7aa23e20e1716d8311ffe4 /CMakeLists.txt
parent1aa5b0a440de3015b5b4c88aa32d149a69bfa707 (diff)
Fix constness and set version to 0.8.1.
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 4f2356f8..ab061611 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.8.0 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.8.1 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")