From 72e47ad761bd10511a0ea2ebfc058dbdec498645 Mon Sep 17 00:00:00 2001 From: "Nicholas \"Tiger\" Gautier" Date: Sun, 6 Mar 2016 04:07:06 -0600 Subject: [PATCH] Updated version to 1.5.4 Minor version update; this includes only the new Git detection functionality for modules that require it. --- core/Documents/Changelog.txt | 10 ++++++++++ core/Scripts/InitializationVars.bat | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/core/Documents/Changelog.txt b/core/Documents/Changelog.txt index f61ed3a..fe9c3f4 100644 --- a/core/Documents/Changelog.txt +++ b/core/Documents/Changelog.txt @@ -1,3 +1,13 @@ +Version 1.5.4 [Commit 66da477] +========================== +-------------------------- +6 March. 2016 +---- + +* Added detection for Git Command Line toolset + + + Version 1.5.3 [revision 973] ========================== -------------------------- diff --git a/core/Scripts/InitializationVars.bat b/core/Scripts/InitializationVars.bat index bb3a3df..88a395f 100644 --- a/core/Scripts/InitializationVars.bat +++ b/core/Scripts/InitializationVars.bat @@ -95,8 +95,8 @@ REM # Documentation: This function houses static declarations for the core envir REM # ============================================================================================= :EnvironmentSetup_Core SET ProgramName=Bootless Star -SET ProgramVersion=1.5.3 -SET ProgramReleaseDate=7.October.2014 +SET ProgramVersion=1.5.4 +SET ProgramReleaseDate=6.March.2016 SET CodeName=Aditi REM Program Title SET core.Title=%ProgramName% %ProgramVersion% ^(%CodeName%^)