From 7b706dbece79ef164bf00b153bd0d7030d5dac4a Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 17 Jul 2015 12:12:39 +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 cd4ed64..14dc60e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2015.xx.xx: +Version 2015.07.17: * Make sure setuptools is installed before using it. #598. * `systemd` is only fully supported from 15.04 onwards. #602 * Fix debian mirrors issue. Thanks Wolodja Wentland(babilen). #606 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 9298b2c..2322298 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.05.07" +__ScriptVersion="2015.07.17" __ScriptName="bootstrap-salt.sh" #======================================================================================================================