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"