From b1ff2ce95ec606653fb2c1bc45dda11fb62e818c Mon Sep 17 00:00:00 2001 From: gulrak Date: Fri, 3 Mar 2023 17:48:35 +0100 Subject: [PATCH] Changed version to in-between releases version 1.5.13 As the master version is on that number it avoids confusion. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 342199b..7529614 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7.2) project( ghcfilesystem, - VERSION 1.5.12 + VERSION 1.5.13 ) if (POLICY CMP0077)