mirror of https://github.com/WerWolv/ImHex.git
build: Bump version to 1.8.1
This commit is contained in:
parent
2fde4c7c98
commit
0717d4a1b4
|
@ -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.8.0")
|
||||
set(IMHEX_VERSION "1.8.1")
|
||||
project(imhex VERSION ${IMHEX_VERSION})
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
|
Loading…
Reference in New Issue