From a09aec032f9542c4866defa69676b6da9cbf62e7 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 11 Jan 2021 09:56:09 +0100 Subject: [PATCH] Bump version to 1.6.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 321cfc263..6fc29c5ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(imhex VERSION 1.6.0) +project(imhex VERSION 1.6.1) if (WIN32) set(EXTRA_MAGICDBS "" CACHE STRING "List of compiled magicdb files separated with a ;")