From 037b15dbf72d2e14c484c0cde84a5dad818b611b Mon Sep 17 00:00:00 2001
From: "Tobias \"ToBeFree\" Frei" <tobias@freiwuppertal.de>
Date: Fri, 21 Mar 2014 22:03:20 +0100
Subject: [PATCH] change version number to 2.1.4, add linux64 info

Huge thanks to Alam_Squeeze from #srb2fun. :D
---
 readme.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/readme.txt b/readme.txt
index 7a33a55d66..aa25ef0f52 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Here it is! SRB2 v2.1.2 source code!
+Here it is! SRB2 v2.1.4 source code!
 
 
 Win32 with Visual C (6SP6+Processor Pack OR 7)
@@ -58,6 +58,10 @@ Build instructions:
 
 make -C src LINUX=1
 
+Build instructions (64 bit):
+
+make -C src LINUX64=1
+
 Build instructions to build for Wii Linux/SRB2Wii on a PowerPC system,
 follow cross-compiling instructions for cross-compiling on a x86 system:
 
-- 
GitLab