From 00b85297a3845ebf35a2d6814630947233308755 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Mon, 16 May 2022 22:03:29 +0100 Subject: [PATCH] bump version to 2.8.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e9c8520..b61291c 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.7.1 LANGUAGES C) +project(fxSDK VERSION 2.8.0 LANGUAGES C) option(FXLINK_DISABLE_UDISKS2 "Do not build the UDisks2-based features of fxlink") option(FXLINK_DISABLE_SDL2 "Do not build the SDL2-based features of fxlink")