From 3d8e4e0cbe7f34ebaea8e3c8684d0690fc3b427b Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 23 Apr 2013 11:31:36 +0100 Subject: [PATCH] Bump version. --- ChangeLog | 2 +- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ce589f..7b57944 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 9491124..fa7980a 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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" #===============================================================================