mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
19 lines
397 B
Bash
19 lines
397 B
Bash
#!/bin/sh
|
|
|
|
# This file has all the information on what versions of libraries are thrown into the code
|
|
|
|
# byond version
|
|
export BYOND_MAJOR=514
|
|
export BYOND_MINOR=1589
|
|
export MACRO_COUNT=4
|
|
|
|
# node version
|
|
export NODE_VERSION=20
|
|
export NODE_VERSION_PRECISE=20.9.0
|
|
|
|
# SpacemanDMM git tag
|
|
export SPACEMAN_DMM_VERSION=suite-1.7
|
|
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.9.0
|