summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-09-20 14:41:21 +0200
committerJF <jf@codingfield.com>2020-09-20 14:41:21 +0200
commit3e612e79ba82bac69258094d468c996c41b29612 (patch)
treed74185cbf682cde40e5de5bfa2f620ae201565a9 /CMakeLists.txt
parent0a1bebf1b7f05fb3aa5a4705a13fd2251559c6b7 (diff)
Set version to 0.8.2
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 e7478778..f65a4397 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.8.1 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.8.2 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")