From eda3b87cb325eecdddc14afa88225fef526c2126 Mon Sep 17 00:00:00 2001 From: Joshua Minter Date: Sun, 24 Jan 2021 12:36:21 +1000 Subject: [PATCH] Update CMake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ade5f9..7ea711d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0) -project(ReplaySorcery VERSION 0.4.0) +project(ReplaySorcery VERSION 0.5.0) include(CheckCCompilerFlag) include(CheckIncludeFile) include(ExternalProject)