From 36717c31d28cae2135959dda4668bba92d1e2e8e Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 30 Jun 2014 00:55:01 +0100 Subject: [PATCH] Bump version. --- ChangeLog | 3 ++- bootstrap-salt.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 525ff45..a248b47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ -Version 2014.xx.xx: +Version 2014.06.30: * Distro Support Fixed: * Bump build/maintenance version for epel-release package. Thanks Gregory Meno(GregMeno) * Properly detect Amazon Linux AMI when using `lsb_release` + * Fix `tsflags` installation. Version 2014.06.28: * Fixed `tsflags` packages detection for RHEL and Oracle Linux 6.5 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index ce6d3c3..607795b 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.06.28" +__ScriptVersion="2014.06.30" __ScriptName="bootstrap-salt.sh" #======================================================================================================================