Remove unused patch

This commit is contained in:
asonix 2024-01-06 13:28:34 -06:00
parent 75656dcfa9
commit 6d42e7a78e

View file

@ -1,25 +0,0 @@
From 12c85e26ee3f93096031ace306a05849c012de8d Mon Sep 17 00:00:00 2001
From: asonix <asonix@asonix.dog>
Date: Tue, 27 Dec 2022 14:37:13 -0600
Subject: [PATCH] Add more version prints
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 609b1d0..fd3e268 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -79,7 +79,7 @@ endif()
set(_VERSION_GIT_BASE "0.11.0")
# What is our version goal?
-set(_VERSION "0.12.0")
+set(_VERSION "0.12.0.0")
version(PARSE _VERSION "${_VERSION}")
# If possible, automatically generate versions from git.
--
2.38.1