Add version (major.minor.patch) in CMake files.

Display the version on the display.
main
JF 2020-01-18 14:53:36 +07:00
parent fb99520c98
commit f14ba4a7e3
1 changed files with 1 additions and 1 deletions

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