From 7cc3bc0e5365a8c0b8c36b931d158ba53f6f232e Mon Sep 17 00:00:00 2001 From: glx22 Date: Sat, 29 Jul 2023 15:11:06 +0200 Subject: [PATCH] Doc: Bump release version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4df9f27d1..74cc7ccc7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if(NOT BINARY_NAME) endif() project(${BINARY_NAME} - VERSION 13.3 + VERSION 13.4 ) if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)