From: Tony Breeds Date: Fri, 9 Jul 2010 02:14:10 +0000 (+1000) Subject: Version 1.3.15 X-Git-Tag: yaboot-1.3.15 X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=refs%2Ftags%2Fyaboot-1.3.15;hp=fac08a190a9d932020b6f9275783aba2bd0902c4 Version 1.3.15 Signed-off-by: Tony Breeds --- diff --git a/Makefile b/Makefile index bcc2210..ac4605d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Config -VERSION = 1.3.14 +VERSION = 1.3.15 # Debug mode (spam/verbose) DEBUG = 0 # make install vars diff --git a/ybin/ybin b/ybin/ybin index d883622..a566927 100755 --- a/ybin/ybin +++ b/ybin/ybin @@ -29,7 +29,7 @@ fi PRG="${0##*/}" ABSPRG="$0" SIGINT="$PRG: Interrupt caught ... exiting" -VERSION=1.3.14 +VERSION=1.3.15 DEBUG=0 VERBOSE=0 TMP="${TMPDIR:-/tmp}"