Add DMAPI versions to code

This commit is contained in:
Jordan Brown
2020-04-11 16:15:25 -04:00
parent 717a003a3c
commit f9cc376ee6
3 changed files with 13 additions and 6 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
//tgstation-server DMAPI
#define TGS_DMAPI_VERSION "5.0.0"
//All functions and datums outside this document are subject to change with any version and should not be relied on
//CONFIGURATION
@@ -108,12 +110,12 @@
//represents a version of tgstation-server
/datum/tgs_version
var/suite //The suite version, can be >=3
var/suite //The suite/major version, can be >=3
//this group of variables can be null to represent a wild card
var/major //The major version
var/minor //The minor version
var/patch //The patch version
var/deprecated_patch //The legacy version
var/raw_parameter //The unparsed parameter
var/deprefixed_parameter //The version only bit of raw_parameter