From adee42322666654f83ac660a4e4ad61a26883a75 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 21 Oct 2014 23:09:59 +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 73e5ae8..e9a5e62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2014.xx.xx: +Version 2014.10.21: * Fix path to python on FreeBSD. Thanks Pavel Snagovsky(paha) * Fix syndic installation on RHEL based installations. Thanks markgaylard * Properly detect the git checkout `basename` directory instead of hard coding it. Thanks diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index c89a13f..2d6848c 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.14" +__ScriptVersion="2014.10.21" __ScriptName="bootstrap-salt.sh" #======================================================================================================================