mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
14 lines
346 B
Bash
14 lines
346 B
Bash
# This file has all the information on what versions of libraries are thrown into the code
|
|
# For dreamchecker
|
|
export SPACEMANDMM_TAG=suite-1.4
|
|
# For NanoUI + TGUI
|
|
export NODE_VERSION=12
|
|
# For the scripts in tools
|
|
export PHP_VERSION=5.6
|
|
# Byond Major
|
|
export BYOND_MAJOR=513
|
|
# Byond Minor
|
|
export BYOND_MINOR=1528
|
|
# Macro Count
|
|
export MACRO_COUNT=4
|