From: Paul Nasrat Date: Thu, 19 Jul 2007 13:16:30 +0000 (+0100) Subject: Prepare 1.3.14 X-Git-Tag: yaboot-1.3.14~3 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=58096e43b6efd2fb51e81866fff9660b70d5df64;hp=6166753b1295119cfd8f7a5973b0b523098ef263;p=yaboot.git Prepare 1.3.14 --- diff --git a/Makefile b/Makefile index 13d101c..14ee597 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Config -VERSION = 1.3.13 +VERSION = 1.3.14 # Debug mode (spam/verbose) DEBUG = 0 # make install vars diff --git a/ybin/ybin b/ybin/ybin index 046b6bd..379b94b 100755 --- a/ybin/ybin +++ b/ybin/ybin @@ -29,7 +29,7 @@ fi PRG="${0##*/}" ABSPRG="$0" SIGINT="$PRG: Interrupt caught ... exiting" -VERSION=1.3.13 +VERSION=1.3.14 DEBUG=0 VERBOSE=0 TMP="${TMPDIR:-/tmp}"