From 05d35eb64268bccc2bd01d51a96e64d1d5947f4a Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Sun, 4 Jul 2021 17:35:42 +0200 Subject: [PATCH] bump version to 2.5.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 856690c..f802f8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Build system for the fxSDK cmake_minimum_required(VERSION 3.15) -project(fxSDK VERSION 2.5.1 LANGUAGES C) +project(fxSDK VERSION 2.5.2 LANGUAGES C) option(FXLINK_DISABLE_UDISKS2 "Do not build the UDisks2-based features of fxlink")