From: Tony Breeds Date: Tue, 18 Oct 2011 04:03:51 +0000 (+1100) Subject: yaboot-1.3.17 X-Git-Tag: yaboot-1.3.17^0 X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=HEAD;hp=9aace40130bd96dbf289588071cd30b90fe6a1d0;ds=sidebyside yaboot-1.3.17 --- diff --git a/Makefile b/Makefile index 88fe0df..f3b46a5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Config -VERSION = 1.3.16 +VERSION = 1.3.17 # Debug mode (spam/verbose) DEBUG = 0 # make install vars diff --git a/ybin/ybin b/ybin/ybin index c1e95ba..70c0bcb 100755 --- a/ybin/ybin +++ b/ybin/ybin @@ -29,7 +29,7 @@ fi PRG="${0##*/}" ABSPRG="$0" SIGINT="$PRG: Interrupt caught ... exiting" -VERSION=1.3.16 +VERSION=1.3.17 DEBUG=0 VERBOSE=0 TMP="${TMPDIR:-/tmp}"