From de40b51d33f2b815f1013e5c637c3b061e188724 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 16 Feb 2014 22:53:09 +0000 Subject: [PATCH] Switch to date based versions. --- ChangeLog | 2 +- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 075e2fa..0bae2fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 1.5.12: +Version 2014.02.16: * The script now allows setting up the salt-master address as a separate configuration file by passing `-A` to the script. * Add support to install apache-libcloud by passing the `-L` flag. In some distribution it's diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 868628d..90f44c3 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="1.5.12" +__ScriptVersion="2014.02.16" __ScriptName="bootstrap-salt.sh" #===============================================================================