From a518e5633542200868bed6c765f3e8106dcd0646 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 27 Feb 2015 01:35:40 +0000 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 8122497..8dac9a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2015.xx.xx: +Version 2015.02.15: * 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 dbb85aa..8f839d5 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.01.12" +__ScriptVersion="2015.02.15" __ScriptName="bootstrap-salt.sh" #======================================================================================================================