Bump version for stable release

This commit is contained in:
Pedro Algarvio 2014-10-14 05:42:05 +01:00
parent 051c43915f
commit 54a38f4461
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Version 2014.xx.xx: Version 2014.10.14:
* Fixed a regex issue with matching Salt's tags. Match v2014.7 but not 2014.7 as a valid tag * Fixed a regex issue with matching Salt's tags. Match v2014.7 but not 2014.7 as a valid tag
* Distro Support Added: * Distro Support Added:
* Added Linux Mint 17 support(Thanks Skyler Berg) * Added Linux Mint 17 support(Thanks Skyler Berg)

View file

@ -17,7 +17,7 @@
# CREATED: 10/15/2012 09:49:37 PM WEST # CREATED: 10/15/2012 09:49:37 PM WEST
#====================================================================================================================== #======================================================================================================================
set -o nounset # Treat unset variables as an error set -o nounset # Treat unset variables as an error
__ScriptVersion="2014.09.24" __ScriptVersion="2014.10.14"
__ScriptName="bootstrap-salt.sh" __ScriptName="bootstrap-salt.sh"
#====================================================================================================================== #======================================================================================================================