diff options
Diffstat (limited to 'usr.sbin/stallion/stlload/stlload.c')
-rw-r--r-- | usr.sbin/stallion/stlload/stlload.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/stallion/stlload/stlload.c b/usr.sbin/stallion/stlload/stlload.c index bbecb656d254..4838ce3a1b56 100644 --- a/usr.sbin/stallion/stlload/stlload.c +++ b/usr.sbin/stallion/stlload/stlload.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: stlload.c,v 1.5 1997/02/22 16:13:45 peter Exp $ */ /*****************************************************************************/ @@ -51,7 +51,7 @@ /*****************************************************************************/ -char *version = "0.0.5"; +char *version = "1.0.0"; char *defdevice = "/dev/staliomem%d"; char *image = BOOTDIR "/cdk.sys"; char *oldimage = BOOTDIR "/2681.sys"; |