mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Selis <selis@xynolabs.com> Co-authored-by: Selis <sirlionfur@hotmail.de> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: SatinIsle <thesatinisle@gmail.com> Co-authored-by: Heroman <alesha3000@list.ru> Co-authored-by: Casey <a.roaming.shadow@gmail.com> Co-authored-by: Raeschen <rycoop29@gmail.com>
28 lines
551 B
Bash
28 lines
551 B
Bash
#!/bin/sh
|
|
|
|
# This file has all the information on what versions of libraries are thrown into the code
|
|
|
|
#rust_g git tag
|
|
export RUST_G_VERSION=3.1.0
|
|
|
|
# byond version
|
|
export BYOND_MAJOR=515
|
|
export BYOND_MINOR=1630
|
|
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.8
|
|
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.9.0
|
|
|
|
#hypnagogic repo
|
|
export CUTTER_REPO=actioninja/hypnagogic
|
|
|
|
#hypnagogic git tag
|
|
export CUTTER_VERSION=v3.0.1
|