From 20384816336d873f9617cd2ed65f5b14e041d7da Mon Sep 17 00:00:00 2001 From: jokoho48 Date: Fri, 8 Nov 2024 20:44:58 +0100 Subject: [PATCH] Bump Version --- addons/Streamator/macros.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/Streamator/macros.hpp b/addons/Streamator/macros.hpp index 4ccd6e9..0f5423a 100644 --- a/addons/Streamator/macros.hpp +++ b/addons/Streamator/macros.hpp @@ -4,9 +4,9 @@ // Define version information #define MAJOR 0 -#define MINOR 6 +#define MINOR 7 #define PATCHLVL 0 -#define BUILD 374 +#define BUILD 404 // Do not release with this setting enabled! // #define DEBUGFULL // Enable all debug methods