Bump version.

This commit is contained in:
Pedro Algarvio 2013-04-23 11:31:36 +01:00
parent e84b98fd5a
commit 3d8e4e0cbe
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Version 1.5.X:
Version 1.5.4:
* Fixed an issue we had when /proc/cpuinfo had more than one CPU. Detected on AMD cpu's.
* OpenSUSE 12.3 uses lsb_release. Fix the returned distro name "openSUSE project" to "openSUSE"
which the script handles.

View file

@ -16,7 +16,7 @@
# CREATED: 10/15/2012 09:49:37 PM WEST
#===============================================================================
set -o nounset # Treat unset variables as an error
ScriptVersion="1.5.3"
ScriptVersion="1.5.4"
ScriptName="bootstrap-salt.sh"
#===============================================================================