From 857aadfa61284c64f96d27ca586baeb633651a4d Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 28 May 2022 11:44:56 +0200 Subject: [PATCH] build: Bumped version to 1.18.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ba7b8597cf24..884e32dd91ac5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) # Updating the version here will update it throughout ImHex as well -set(IMHEX_VERSION "1.17.0") +set(IMHEX_VERSION "1.18.0") project(imhex VERSION ${IMHEX_VERSION}) set(CMAKE_CXX_STANDARD 20) @@ -38,4 +38,4 @@ add_subdirectory(tests EXCLUDE_FROM_ALL) createPackage() # Download and install all current files from the ImHex-Patterns repo -downloadImHexPatternsFiles() \ No newline at end of file +downloadImHexPatternsFiles()