From e95f1a37260bfdfa86743259d9df4e817d909350 Mon Sep 17 00:00:00 2001 From: rallytime Date: Mon, 12 Jan 2015 15:09:00 -0700 Subject: [PATCH] Update version number for stable release --- ChangeLog | 2 +- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 90fd8a7..2d5bab3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2014.xx.xx: +Version 2015.01.12: * Add package upgrades support to FreeBSD. Thanks William Eshagh(eshagl). * Make sure wget is installed on debian bare systems. * Make sure the Arch pacman database is up to date diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 75e63f5..24975f1 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.12.11" +__ScriptVersion="2015.01.12" __ScriptName="bootstrap-salt.sh" #======================================================================================================================