From f73175f84656c8794e093199e4e59a1c11b1e051 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 27 May 2020 23:33:51 -0400 Subject: [PATCH] Fix DMAPI versions --- src/DMAPI/tgs.dm | 2 +- src/Tgstation.Server.Host/Components/Interop/DMApiConstants.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DMAPI/tgs.dm b/src/DMAPI/tgs.dm index 7c0811ec59..b4c1eb8cf4 100644 --- a/src/DMAPI/tgs.dm +++ b/src/DMAPI/tgs.dm @@ -1,6 +1,6 @@ // tgstation-server DMAPI -#define TGS_DMAPI_VERSION "5.2.1" +#define TGS_DMAPI_VERSION "5.2.2" // All functions and datums outside this document are subject to change with any version and should not be relied on. diff --git a/src/Tgstation.Server.Host/Components/Interop/DMApiConstants.cs b/src/Tgstation.Server.Host/Components/Interop/DMApiConstants.cs index 125938305b..d91d5bdbf7 100644 --- a/src/Tgstation.Server.Host/Components/Interop/DMApiConstants.cs +++ b/src/Tgstation.Server.Host/Components/Interop/DMApiConstants.cs @@ -33,7 +33,7 @@ namespace Tgstation.Server.Host.Components.Interop /// /// The DMAPI being used. /// - public static readonly Version Version = new Version(5, 2, 1); + public static readonly Version Version = new Version(5, 2, 2); /// /// for use when communicating with the DMAPI.