From ead50105e3ee271139d91b7038ae3ca010bf049b Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 4 Nov 2025 10:23:47 +0100 Subject: [PATCH] Bump build year Signed-off-by: Simon Rozman --- include/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/version.h b/include/version.h index 2c40c97..197c5dd 100644 --- a/include/version.h +++ b/include/version.h @@ -26,10 +26,10 @@ // Human readable product version and build year for UI // #define PRODUCT_VERSION_STR "2.7.1" -#define PRODUCT_BUILD_YEAR_STR "2024" +#define PRODUCT_BUILD_YEAR_STR "2025" // -// Numerical version presentation for ProductVersion propery in +// Numerical version presentation for ProductVersion property in // MSI packages (syntax: N.N[.N[.N]]) // #define PRODUCT_VERSION_INST "2.7.1"