From b1624cc14a91f21abab1da0fe1ef23d5a95d2ef1 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 6 Aug 2015 14:37:26 +0100 Subject: [PATCH] Bump version --- ChangeLog | 2 +- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 81e84b088..60c7cdc15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2015.07.xx: +Version 2015.08.06: * Fix python-requests installations for Ubuntu >= 14.04 LTS. #631, #632, #633 * Install python-crypto from Chris Lea's PPA for Ubuntu < 14.04 * Exit the git checkout directory before deleting it. Thanks Bret Fisher. #634 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 7605098bf..c13036e2b 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.07.22" +__ScriptVersion="2015.08.06" __ScriptName="bootstrap-salt.sh" #======================================================================================================================