X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ybin%2Fybin;h=beebfac807dfc2125e54222f7701efb403c34042;hb=e19f440a0df591a3e5174218d3bcc6d01ffb07ee;hp=fe3da141e704c846d6895c0fb49727be8437a28d;hpb=6afa18e70568dc24f695c1f2da1498d3732952ff;p=yaboot.git diff --git a/ybin/ybin b/ybin/ybin index fe3da14..beebfac 100755 --- a/ybin/ybin +++ b/ybin/ybin @@ -3,7 +3,7 @@ ############################################################################### ## ## ybin (YaBoot INstaller) installs/updates the yaboot bootloader. -## Copyright (C) 2000, 2001, 2002 Ethan Benson +## Copyright (C) 2000, 2001, 2002, 2003 Ethan Benson ## ## This program is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License @@ -28,7 +28,7 @@ if [ -n "$PATH_PREFIX" ] ; then fi PRG="${0##*/}" SIGINT="$PRG: Interrupt caught ... exiting" -VERSION=1.3.8-rc3 +VERSION=1.3.12 DEBUG=0 VERBOSE=0 TMP="${TMPDIR:-/tmp}" @@ -139,7 +139,7 @@ echo \ "$PRG $VERSION Written by Ethan Benson -Copyright (C) 2000, 2001, 2002 Ethan Benson +Copyright (C) 2000, 2001, 2002, 2003 Ethan Benson This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." }