From 3eb62a605b617da85e2933df75b38fbf37e3e2eb Mon Sep 17 00:00:00 2001 From: Vocatus Gate Date: Tue, 7 Mar 2017 12:44:19 -0700 Subject: [PATCH] v10.0.1 --- resources/functions/initialize_environment.bat | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/functions/initialize_environment.bat b/resources/functions/initialize_environment.bat index 13a8bfb6..e63183da 100644 --- a/resources/functions/initialize_environment.bat +++ b/resources/functions/initialize_environment.bat @@ -1,14 +1,15 @@ -:: Purpose: Initializes Tron's runtime environment. Called by Tron.bat at initial launch or by and individual sub-stage script when launched manually +:: Purpose: Initializes Tron runtime environment. Called by Tron.bat at initial launch or by and individual sub-stage script when launched manually :: This file determines Tron's overall project version and date :: Do not edit this script :: Requirements: The ability to look and not touch :: Author: vocatus on reddit.com/r/TronScript ( vocatus.gate at gmail ) // PGP key: 0x07d1490f82a211a2 -:: Version: 10.0.0 . Initial write, forked out of v9.9.0 of tron.bat +:: Version: 10.0.1 . No changes, increment version number only +:: 10.0.0 . Initial write, forked out of v9.9.0 of tron.bat :: Tron Project version and date. These two variables determine the overall project version and date -set TRON_VERSION=10.0.0 -set TRON_DATE=2017-02-09 +set TRON_VERSION=10.0.1 +set TRON_DATE=2017-03-07 :: Initialize script-internal variables set ERRORS_DETECTED=no