From 81f3443de66bd7bb1ba3516c5ab8a8d973774f65 Mon Sep 17 00:00:00 2001 From: Patrick Siegler Date: Sat, 10 Feb 2024 16:58:41 +0100 Subject: [PATCH] Dummy version bump for test build with static --- Software/RELEASE_VERSION | 2 +- Software/src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Software/RELEASE_VERSION b/Software/RELEASE_VERSION index 5c49ff4d..222019fc 100644 --- a/Software/RELEASE_VERSION +++ b/Software/RELEASE_VERSION @@ -1 +1 @@ -5.11.2.31 \ No newline at end of file +5.11.2.0 \ No newline at end of file diff --git a/Software/src/version.h b/Software/src/version.h index 5ddfa5cd..33450fb9 100644 --- a/Software/src/version.h +++ b/Software/src/version.h @@ -27,10 +27,10 @@ #pragma once // Current version of Lightpack software -#define VERSION_STR "5.11.2.31" +#define VERSION_STR "5.11.2.0" // Resource defines using in Lightpack.rc -#define VER_FILEVERSION 5,11,2,31 +#define VER_FILEVERSION 5,11,2,0 #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_FILEVERSION_STR VERSION_STR "\0"