diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e14bd8b..3518f5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # The last version with Windows XP support is 3.13, we want to keep that cmake_minimum_required (VERSION 3.10) -project (logdiag VERSION 0.2.1 DESCRIPTION "Schematic editor" LANGUAGES C) +project (logdiag VERSION 0.3.0 DESCRIPTION "Schematic editor" LANGUAGES C) # Options option (OPTION_CLANG_TIDY "Enable use of clang-tidy" OFF) |