Fix constness and set version to 0.8.1.

This commit is contained in:
JF
2020-09-02 21:36:13 +02:00
parent 1aa5b0a440
commit 4e8e52bf6e
2 changed files with 3 additions and 3 deletions

View File

@@ -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")