nix-obs-streamfx/0001-Add-more-version-prints.patch
2022-12-27 14:59:42 -06:00

26 lines
627 B
Diff

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