From 507ba8ae4e4e253c593ba5e59d100322eed9995c Mon Sep 17 00:00:00 2001 From: Ted Chambers Date: Tue, 12 Feb 2019 09:48:34 -0500 Subject: [PATCH] small fix to init --- scripts/windows/init.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows/init.cmd b/scripts/windows/init.cmd index 34431df4..02fbb49d 100644 --- a/scripts/windows/init.cmd +++ b/scripts/windows/init.cmd @@ -12,7 +12,7 @@ REM Add the scripts directory to the path SET PATH=%SCRIPTSDIR%\windows;%SCRIPTSDIR%;%PATH% REM set title -TITLE Azure DevOps Python (in %BUILDDIR%) +TITLE Azure DevOps Python v5.x (in %BUILDDIR%) REM setup common aliases REM NOTE: macros in macros.txt work in *BOTH* cmd and powershell. Keep it that way.