Switch to date based versions.

This commit is contained in:
Pedro Algarvio 2014-02-16 22:53:09 +00:00
parent 183343306f
commit de40b51d33
2 changed files with 2 additions and 2 deletions

View file

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

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="1.5.12"
__ScriptVersion="2014.02.16"
__ScriptName="bootstrap-salt.sh"
#===============================================================================