mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-12 08:36:02 -04:00
Bump next version to 4.0
Given that support for FreeBSD was added, the next release will no longer be 3.1, but 4.0.
This commit is contained in:
parent
71433d3b78
commit
55d201792c
2
README
2
README
@ -1,4 +1,4 @@
|
|||||||
### Compile on Linux, Apple Mac, and Windows/Cygwin
|
### Compile on Linux, Apple Mac, Windows/Cygwin, and FreeBSD
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Version 3.1 - Sep 21, 2014
|
Version 4.0 - Sep 9, 2014
|
||||||
|
|
||||||
|
* add support for FreeBSD.
|
||||||
* add optional parameter --end-at=NUM to F3.
|
* add optional parameter --end-at=NUM to F3.
|
||||||
* add scripts f3write.h2w and log-f3wr.
|
* add scripts f3write.h2w and log-f3wr.
|
||||||
* unify Makefile.
|
* unify Makefile.
|
||||||
* general code review.
|
|
||||||
|
|
||||||
Version 3.0 - May 14, 2014
|
Version 3.0 - May 14, 2014
|
||||||
|
|
||||||
|
2
f3read.1
2
f3read.1
@ -1,5 +1,5 @@
|
|||||||
.\"Text automatically generated by txt2man
|
.\"Text automatically generated by txt2man
|
||||||
.TH F3 "1" "September 2014" "F3 3.1" "test real flash memory capacity"
|
.TH F3 "1" "September 2014" "F3 4.0" "test real flash memory capacity"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBf3write, f3read \fP- test real flash memory capacity
|
\fBf3write, f3read \fP- test real flash memory capacity
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
2
utils.c
2
utils.c
@ -209,7 +209,7 @@ const long *ls_my_files(const char *path, long start_at, long end_at)
|
|||||||
void print_header(FILE *f, const char *name)
|
void print_header(FILE *f, const char *name)
|
||||||
{
|
{
|
||||||
fprintf(f,
|
fprintf(f,
|
||||||
"F3 %s 3.1\n"
|
"F3 %s 4.0\n"
|
||||||
"Copyright (C) 2010 Digirati Internet LTDA.\n"
|
"Copyright (C) 2010 Digirati Internet LTDA.\n"
|
||||||
"This is free software; see the source for copying conditions.\n"
|
"This is free software; see the source for copying conditions.\n"
|
||||||
"\n", name);
|
"\n", name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user