From e80cb487e656be09738edabbf9fd3600fa785452 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 11 Jun 2023 12:51:39 +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 a4a5cc8b11..6b86b2d1e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if(NOT BINARY_NAME) endif() project(${BINARY_NAME} - VERSION 13.1 + VERSION 13.2 ) if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)