aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-03 07:18:35 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-03 07:18:35 +0100
commit9dc1d20d6ccf7659ce521003d135bc83ea6c0331 (patch)
tree097f0dfe89b2fde1184b0e63022086a71269981e /CMakeLists.txt
parent66a3b3e259e8d46a046b3b4b9a9253dd3e2a394e (diff)
downloadlogdiag-9dc1d20d6ccf7659ce521003d135bc83ea6c0331.tar.gz
logdiag-9dc1d20d6ccf7659ce521003d135bc83ea6c0331.tar.xz
logdiag-9dc1d20d6ccf7659ce521003d135bc83ea6c0331.zip
Bump version, update NEWSv0.3.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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)