From 0467fa13029e99ae1b0c0caa6f9b969bdb64c903 Mon Sep 17 00:00:00 2001 From: Michal Fiedorowicz Date: Thu, 21 Dec 2023 22:42:08 +0000 Subject: [PATCH] bump version to 4.5.0 Signed-off-by: Michal Fiedorowicz --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 001f7db82..ba067218d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13) ####################################################### # this is the source of truth for semver version -project(visor VERSION 4.4.0) +project(visor VERSION 4.5.0) # for main line release, this is empty # for development release, this is "-develop"