summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF002 <jf@codingfield.com>2021-04-16 21:34:21 +0200
committerJF002 <jf@codingfield.com>2021-04-16 21:34:21 +0200
commit77470e73f9807139673d1ac6994b340297ad71c7 (patch)
treee2ab0b1776233601470a53106d13b08073b214c7
parent63635381b0bcc336a5fa219267a993c63dfcf6be (diff)
Set version to 1.0.0, wohoo!
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27226246..f7770136 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.16.0 LANGUAGES C CXX ASM)
+project(pinetime VERSION 1.0.0 LANGUAGES C CXX ASM)
set(CMAKE_C_STANDARD 99)
set(CMAKE_CXX_STANDARD 14)