blob: 27cf28ec66e653603030a448daeac8b67a974b70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- sformat/fmt.c.orig Mon Dec 16 16:26:00 2002
+++ sformat/fmt.c Mon Dec 16 16:27:51 2002
@@ -482,7 +482,7 @@
}
printf("sformat SCSI format/analysis/repair utilities\n");
- printf("Release 3.4, Copyright J. Schilling\n\n");
+ printf("Release %s, Copyright J. Schilling\n\n", fmt_version);
if (!datfile_chk) {
if (datfile_present)
|