From c782ac9f6e3fdaf5dd4dd43bee3d76dfb2b761ab Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sat, 28 Feb 2015 15:06:30 +0000 Subject: [PATCH] Update changes log. Bump version for stable release. --- ChangeLog | 4 ++-- bootstrap-salt.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b530c8e..e9c47bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -Version 2015.xx.xx: - +Version 2015.02.28: + * Fix Debian backports repository. Version 2015.02.27: * Try other tools besides wget when downloading the COPR repo file. Thanks Ronald van diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index e8dc880..92fe9b4 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.02.27" +__ScriptVersion="2015.02.28" __ScriptName="bootstrap-salt.sh" #======================================================================================================================