From 9f666593140c3505fd53ab2eafa7a09d7b0e7167 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 24 Sep 2014 15:54:49 +0100 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 74e1a23..89fe3e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2014.xx.xx: +Version 2014.09.24: * Fixed salt tag version matching to also accept, for example, v2014.7. #464 * Fix the EPEL 7 URL since epel-release is now 7.2 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 67d00b8..b7aec9c 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="2014.09.09" +__ScriptVersion="2014.09.24" __ScriptName="bootstrap-salt.sh" #======================================================================================================================