# This file has all the information on what versions of libraries are thrown into the code # For dreamchecker export SPACEMANDMM_TAG="suite-1.11" # For TGUI export NODE_VERSION="20" # Stable Byond Major export STABLE_BYOND_MAJOR="516" # Stable Byond Minor export STABLE_BYOND_MINOR="1666" # Beta Byond Major - Uncomment and update if beta cycle active #export BETA_BYOND_MAJOR="516" # Beta Byond Minor - Uncomment and update if beta cycle active #export BETA_BYOND_MINOR="1657" # Python version for mapmerge and other tools export PYTHON_VERSION="3.13.5" # Rust version export RUST_VERSION="1.92"