Skip to content

Commit

Permalink
Update initialize_environment.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
vocatus authored Jun 2, 2019
1 parent e02da36 commit b4eb8e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/functions/initialize_environment.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


:: Tron Project version and date. These two variables determine the overall project version and date
set TRON_VERSION=10.8.0
set TRON_DATE=2019-03-09
set TRON_VERSION=10.8.1
set TRON_DATE=2019-05-16

:: Set window title
title Tron v%TRON_VERSION% (%TRON_DATE%)
Expand Down Expand Up @@ -109,4 +109,4 @@ popd
:: Build log directories if they don't already exist
for %%D in ("%LOGPATH%","%QUARANTINE_PATH%","%BACKUPS%","%RAW_LOGS%","%SUMMARY_LOGS%") do (
if not exist %%D mkdir %%D
)
)

0 comments on commit b4eb8e2

Please sign in to comment.