From 49d8064ee5006c0731e7f43815ef8fa3d7fb38b0 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Mon, 14 Sep 2015 12:19:05 -0400 Subject: [PATCH] update version in header --- main.aii | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.aii b/main.aii index d54ed24..6382790 100644 --- a/main.aii +++ b/main.aii @@ -78,7 +78,7 @@ fst_attr equ %0010100000000010 ;attributes dc.l sys_entry dc.w fst_id dc.w fst_attr ; $2002 ; flags -- format, block device, non-apple format - dc.w $0100 ; version 1.0 + dc.w $8001 ; version 0.1, prototype. dc.w 1024 ; block size dc.l $00010000 ; max blocks/volume dc.l $00000006 ; min blocks/volume @@ -89,7 +89,7 @@ fst_attr equ %0010100000000010 ;attributes dc.w 0 ; credits - str.b $0d,'Minix FST by Kelvin W Sherlock, 2014',$0d + str.b $0d,'Minix FST by Kelvin W Sherlock, 2014/2025',$0d endp