Bump version for stable release.

This commit is contained in:
Pedro Algarvio 2014-10-28 02:04:26 +00:00
parent 6ae881add9
commit f4b12137b3
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Version 2014.xx.xx:
Version 2014.10.28:
* Install the python systemd bindings for Arch and Fedora git installations
* Allow cloning from Salt's git repository using HTTPS. #475

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