From d17deb64aed0165428c0531f18d1af9f493d5185 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Wed, 27 Mar 2024 01:43:33 -0500 Subject: [PATCH] Upstream demo branch merge with main. --- Adventures in Lestoria/Version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Adventures in Lestoria/Version.h b/Adventures in Lestoria/Version.h index 696f345b..eeaeb521 100644 --- a/Adventures in Lestoria/Version.h +++ b/Adventures in Lestoria/Version.h @@ -36,10 +36,10 @@ All rights reserved. */ #pragma endregion #pragma once -#define VERSION_MAJOR 0 -#define VERSION_MINOR 5 -#define VERSION_PATCH 1 -#define VERSION_BUILD 8113 +#define VERSION_MAJOR 1 +#define VERSION_MINOR 0 +#define VERSION_PATCH 0 +#define VERSION_BUILD 8477 #define stringify(a) stringify_(a) #define stringify_(a) #a