From 96947e7e351d9485675bb125bf0fb853760e3ad8 Mon Sep 17 00:00:00 2001 From: Mario Bielert Date: Fri, 18 Mar 2022 16:45:19 +0100 Subject: [PATCH] Version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2961cef8..3405b8d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.11) -project(lo2s VERSION 1.4.0) +project(lo2s VERSION 1.5.0) include(CMakeDependentOption) include(CheckIncludeFiles)