From c3ee2441a575e8998318c114de7042d9a7fa14b9 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 4 Mar 2015 16:41:48 +0000 Subject: [PATCH] Bump version for stable release --- ChangeLog | 2 +- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f6d6f6..10bf83b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2015.xx.xx: +Version 2015.03.04: * Fix the salt package selection on Arch stable installs. Version 2015.02.28: diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 3af2095..d1fb855 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -17,7 +17,7 @@ # CREATED: 10/15/2012 09:49:37 PM WEST #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2015.02.28" +__ScriptVersion="2015.03.04" __ScriptName="bootstrap-salt.sh" #======================================================================================================================