From 0531a9f40be742166a573874dadbb235794aa2fa Mon Sep 17 00:00:00 2001 From: spookerton Date: Fri, 25 Mar 2022 10:35:00 +0000 Subject: [PATCH] updates byond major.minor and dmm suite versions --- _build_dependencies.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_build_dependencies.sh b/_build_dependencies.sh index 70ca4690c0..8d388a17b1 100644 --- a/_build_dependencies.sh +++ b/_build_dependencies.sh @@ -1,11 +1,11 @@ # This file has all the information on what versions of libraries are thrown into the code # For dreamchecker -export SPACEMAN_DMM_VERSION=suite-1.7 +export SPACEMAN_DMM_VERSION=suite-1.7.2 # For NanoUI + TGUI export NODE_VERSION=12 # Byond Major -export BYOND_MAJOR=513 +export BYOND_MAJOR=514 # Byond Minor -export BYOND_MINOR=1528 +export BYOND_MINOR=1575 # Macro Count -export MACRO_COUNT=4 \ No newline at end of file +export MACRO_COUNT=4