From: Tony Breeds Date: Fri, 9 Jul 2010 02:18:17 +0000 (+1000) Subject: Yaboot 1.3.16 X-Git-Tag: yaboot-1.3.16^0 X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=e7532e2d520fc84bf9c68fd6b94cf0d3b20cf2b1 Yaboot 1.3.16 --- diff --git a/Makefile b/Makefile index ac4605d..d975e4e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Config -VERSION = 1.3.15 +VERSION = 1.3.16 # Debug mode (spam/verbose) DEBUG = 0 # make install vars diff --git a/ybin/ybin b/ybin/ybin index a566927..44e63f4 100755 --- a/ybin/ybin +++ b/ybin/ybin @@ -29,7 +29,7 @@ fi PRG="${0##*/}" ABSPRG="$0" SIGINT="$PRG: Interrupt caught ... exiting" -VERSION=1.3.15 +VERSION=1.3.16 DEBUG=0 VERBOSE=0 TMP="${TMPDIR:-/tmp}"