summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-03-21 17:12:29 +0100
committerJean-François Milants <jf@codingfield.com>2021-03-21 17:12:29 +0100
commit9f9d0eb5df8ff86b9cd1e095afa3159094dde53c (patch)
tree45b938a4ebc18cb21aba9fec1a28fd2c84069c30
parentadefa1e660779c91d77b2d35659840989dbd6b8d (diff)
Set version to 0.15.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 54ef9faf..e318c7ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.14.1 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.15.0 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")