X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ybin%2Fybin;h=e61c6ea037dda526e539c814156fc2d480e130a8;hp=96287f81cec1a31b53290ebdb3fdf6fd53e0588f;hb=d56885f68390b6c6109dcf4feb4c9c56009453ca;hpb=f8932c05318accd41300f2bef7da218fda9b0ab5 diff --git a/ybin/ybin b/ybin/ybin index 96287f8..e61c6ea 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-rc4 +VERSION=1.3.9 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." }