Bump version to 6.0

This commit is contained in:
Michel Machado 2015-11-13 14:55:39 -05:00
parent e3fe7a006d
commit 73e831b35e
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Version 6.0 - Dec 24, 2015
* f3probe: new algorithm.
* f3fix: deal with sectors whose sizes are not 512B.
* add f3brew (experimental).
Version 5.0 - Dec 24, 2014
* add f3probe (experimental).

View File

@ -1,5 +1,5 @@
.\"Text automatically generated by txt2man
.TH F3 "1" "December 2014" "F3 5.0" "test real flash memory capacity"
.TH F3 "1" "December 2015" "F3 6.0" "test real flash memory capacity"
.SH NAME
\fBf3write, f3read \fP- test real flash memory capacity
.SH SYNOPSIS

View File

@ -1,6 +1,6 @@
#ifndef HEADER_VERSION_H
#define HEADER_VERSION_H
#define F3_STR_VERSION "5.0"
#define F3_STR_VERSION "6.0"
#endif /* HEADER_VERSION_H */