From ef13f1eb420f7ad695467a4c90f2c738873f6ada Mon Sep 17 00:00:00 2001 From: Dominion Date: Mon, 29 May 2023 11:11:26 -0400 Subject: [PATCH] Bump DMAPI version to label the interop version --- build/Version.props | 2 +- src/DMAPI/tgs.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Version.props b/build/Version.props index 600c2e4219..b1346bca3b 100644 --- a/build/Version.props +++ b/build/Version.props @@ -8,7 +8,7 @@ 9.10.2 10.4.1 11.4.3 - 6.4.4 + 6.4.5 5.6.1 1.2.2 1.2.1 diff --git a/src/DMAPI/tgs.dm b/src/DMAPI/tgs.dm index ab2d565991..d7f7deec74 100644 --- a/src/DMAPI/tgs.dm +++ b/src/DMAPI/tgs.dm @@ -1,6 +1,6 @@ // tgstation-server DMAPI -#define TGS_DMAPI_VERSION "6.4.4" +#define TGS_DMAPI_VERSION "6.4.5" // All functions and datums outside this document are subject to change with any version and should not be relied on.