X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ybin%2Fybin;h=fe56cddb3e57297e0c2693c225459a7522306013;hp=062e5eed0a49ff74ab4166d3e0582f0eb40f1111;hb=b58b7f84f40f96f61a1d5fc1f88a1abd9c1a4193;hpb=e68362d01834e41a4a0e914c2bddbeabea56a1d6 diff --git a/ybin/ybin b/ybin/ybin index 062e5ee..fe56cdd 100755 --- a/ybin/ybin +++ b/ybin/ybin @@ -3,7 +3,7 @@ ############################################################################### ## ## ybin (YaBoot INstaller) installs/updates the yaboot bootloader. -## Copyright (C) 2000, 2001 Ethan Benson +## Copyright (C) 2000, 2001, 2002 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.7-UNSUPPORTED_DEVEL_BRANCH +VERSION=1.3.7-pre1 DEBUG=0 VERBOSE=0 TMP="${TMPDIR:-/tmp}" @@ -132,7 +132,7 @@ echo \ "$PRG $VERSION Written by Ethan Benson -Copyright (C) 2000, 2001 Ethan Benson +Copyright (C) 2000, 2001, 2002 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." }