Bump version for stable release

This commit is contained in:
Pedro Algarvio 2015-07-17 12:12:39 +01:00
parent f10283d938
commit 7b706dbece
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Version 2015.xx.xx:
Version 2015.07.17:
* Make sure setuptools is installed before using it. #598.
* `systemd` is only fully supported from 15.04 onwards. #602
* Fix debian mirrors issue. Thanks Wolodja Wentland(babilen). #606

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