Merge branch 'develop' into merge_develop

This commit is contained in:
rallytime 2015-01-12 15:09:38 -07:00
commit 76cc5bb78f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"
#======================================================================================================================