From 39027fc8927a525b2dd8ff7883603ea95613dc30 Mon Sep 17 00:00:00 2001 From: suhrke Date: Sat, 25 Mar 2023 20:25:03 -0700 Subject: [PATCH] Add Windows compiler info, update my email --- README.md | 3 ++- include/EntityConverter.hpp | 2 +- src/EntityConverter.cpp | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db55a18..091b821 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ We've provided Quake 3 and Xonotic entity conversion files (r2q3.rem and r2xonot ./reflex2q3 --help ``` -#### Compiler(s) +#### Compiler(s) Tested * gcc (Debian 10.2.1-6) 10.2.1 20210110 +* gcc (GCC) 11.3.0 (Windows) * gcc version 12.2.0 (GCC) #### Tested With diff --git a/include/EntityConverter.hpp b/include/EntityConverter.hpp index f35b423..f1a4319 100644 --- a/include/EntityConverter.hpp +++ b/include/EntityConverter.hpp @@ -17,7 +17,7 @@ * Revision: none * Compiler: gcc * - * Author: surkeh@protonmail.com + * Author: suhrke@protonmail.com * * ===================================================================================== */ diff --git a/src/EntityConverter.cpp b/src/EntityConverter.cpp index d1cefe9..40c1744 100644 --- a/src/EntityConverter.cpp +++ b/src/EntityConverter.cpp @@ -10,7 +10,7 @@ * Revision: none * Compiler: gcc * - * Author: surkeh@protonmail.com + * Author: suhrke@protonmail.com * * ===================================================================================== */