From 7804ccf0004e0be0c3c1264adf74a06d5396efd4 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Tue, 27 Apr 2021 16:21:12 +0200 Subject: [PATCH] bump version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea9ce75..174188d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Build system for the fxSDK cmake_minimum_required(VERSION 3.16) -project(fxSDK VERSION 2.3.1 LANGUAGES C) +project(fxSDK VERSION 2.4.0 LANGUAGES C) option(FXLINK_DISABLE_UDISKS2 "Do not build the UDisks2-based features of fxlink")