aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2021-01-29 11:51:46 -0800
committerGerald Combs <gerald@zing.org>2021-01-29 11:52:30 -0800
commite0abfddcc514a585809e0051337b2f4c2a20b9e0 (patch)
tree1720b964b68c1f46cf0778d4a880f1de2bd096eb /CMakeLists.txt
parent6ae6cd335aa95178175fbb55034dda060c0b5f3c (diff)
Version: 3.4.3 → 3.4.4.
[skip ci]
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 46bdd886ad..508800c790 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ project(${_project_name} C CXX)
set(GIT_REVISION 0)
set(PROJECT_MAJOR_VERSION 3)
set(PROJECT_MINOR_VERSION 4)
-set(PROJECT_PATCH_VERSION 3)
+set(PROJECT_PATCH_VERSION 4)
set(PROJECT_BUILD_VERSION ${GIT_REVISION})
set(PROJECT_VERSION_EXTENSION "")