From be4829cd31ce9ca62e99e78855c40f75135fce63 Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Sat, 25 Aug 2018 22:45:55 +0200 Subject: [PATCH] Merged HITOWNER branch, bumped GZDoom version requirement to 3.5.1. --- Readme.md | 2 +- zscript.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 153f73e..baaef5e 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ What began as a test for importing UT vertex meshes has turned into an actual full UT weapon and item mod. -This mod requires GZDoom 3.5.0 or later. +This mod requires GZDoom 3.5.1 or later. ## Currently implemented diff --git a/zscript.txt b/zscript.txt index 77c0177..de3b75b 100644 --- a/zscript.txt +++ b/zscript.txt @@ -1,4 +1,4 @@ -version "3.4" +version "3.5" #include "zscript/mk_matrix.zsc" #include "zscript/mk_coordutil.zsc"