mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-24 18:11:44 +01:00
25 lines
592 B
Diff
25 lines
592 B
Diff
From 02b3b9480485d46336db7c307dd1780d81c26876 Mon Sep 17 00:00:00 2001
|
|
From: WerWolv <werwolv98@gmail.com>
|
|
Date: Fri, 8 Jan 2021 22:09:08 +0100
|
|
Subject: [PATCH] Increased ImHex to version 1.6.0
|
|
|
|
---
|
|
CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 3a49b85..709f570 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,6 +1,6 @@
|
|
cmake_minimum_required(VERSION 3.16)
|
|
|
|
-project(imhex VERSION 1.5.0)
|
|
+project(imhex VERSION 1.6.0)
|
|
|
|
if(NOT CMAKE_BUILD_TYPE)
|
|
set(CMAKE_BUILD_TYPE "Release" CACHE FORCE)
|
|
--
|
|
2.17.1
|
|
|