diff --git a/build.bat b/build.bat index cc326cc..8fdd597 100644 --- a/build.bat +++ b/build.bat @@ -1,5 +1,5 @@ @echo off -echo TinyLoad v7.0 +echo TinyLoad v7.1 echo ------------ echo Building... g++ -o TinyLoad.exe TinyLoad.cpp -static -O2 -s