From 0a7d35fd1e4850f444c51822bc4c3c56f1934aeb Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 9 Sep 2014 23:07:16 +0100 Subject: [PATCH] Bump release --- ChangeLog | 2 +- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 123ef60..114539c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2014.xx.xx: +Version 2014.09.09: * Distro Support Fixes: * Updated the URL for EPEL 7 * PIP based installations on Ubuntu 10.04 need setuptools installed diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 95ae886..ebce316 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.08.30" +__ScriptVersion="2014.09.09" __ScriptName="bootstrap-salt.sh" #======================================================================================================================