From 18024aaf12b919d0b3380faf1c555182858b05c1 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 31 Oct 2019 06:36:14 +0100 Subject: [PATCH] project: Version 0.3.1 * Replaced AppVeyor with GitHub Actions. * Fixed rescaling on the output tab not working. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2cb83d..2d6cd8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ Include("cmake/util.cmake") # Automatic Versioning set(VERSION_MAJOR 0) set(VERSION_MINOR 3) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION_TWEAK 0) set(PROJECT_COMMIT "N/A") if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git")