summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-01-18 14:53:36 +0100
committerJF <jf@codingfield.com>2020-01-18 14:53:36 +0100
commitf14ba4a7e336607f88548963213100cf1478290c (patch)
tree726484eccde92b043977a009a82a053b4882f110
parentfb99520c988f452dad7dc07751d2261f09c4b791 (diff)
Add version (major.minor.patch) in CMake files.
Display the version on the display.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eceb2122..a9cf07c3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
-project(pinetime VERSION 0.0.2 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.2.0 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")