From 06be7e7f97699a844a525d25a01ea415f391b44b Mon Sep 17 00:00:00 2001 From: leikareipa Date: Sat, 18 Nov 2023 20:27:07 +0200 Subject: [PATCH] Bump version number --- src/common/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/globals.h b/src/common/globals.h index ae4d5ad8..dbe0dc3d 100644 --- a/src/common/globals.h +++ b/src/common/globals.h @@ -15,7 +15,7 @@ const struct semantic_version_s { unsigned major = 3; unsigned minor = 4; - unsigned patch = 1; + unsigned patch = 2; } VCS_VERSION; // The minimum and maximum resolution we can output frames in.