From 47cdbb5133f240bd3528f758d95f0a55e1f36dc6 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 27 Feb 2015 01:39:32 +0000 Subject: [PATCH] Fix version --- ChangeLog | 2 +- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8dac9a4..95a9e76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2015.02.15: +Version 2015.02.27: * Try other tools besides wget when downloading the COPR repo file. Thanks Ronald van Zantvoort(The-Loeki) * No need to install packages from the Unstable repository for debian, use backports. Thanks diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 8f839d5..e714c4e 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.15" +__ScriptVersion="2015.02.27" __ScriptName="bootstrap-salt.sh" #======================================================================================================================