From 79e9c7e7fb60a42e6a679715150cfa28127a6b9e Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 28 Oct 2014 02:04:26 +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 9b9f17b..4417489 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2014.xx.xx: +Version 2014.10.28: * Install the python systemd bindings for Arch and Fedora git installations * Allow cloning from Salt's git repository using HTTPS. #475 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 7c38971..6c746d5 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="2014.10.21" +__ScriptVersion="2014.10.28" __ScriptName="bootstrap-salt.sh" #======================================================================================================================