Update README/Version

This commit is contained in:
Martijn van Brummelen
2016-08-04 09:27:48 +02:00
parent 61e8e4663f
commit c6fa743f15
2 changed files with 5 additions and 1 deletions

4
README
View File

@@ -18,6 +18,10 @@ Martijn van Brummelen
RELEASE NOTES
=============
v0.20
- Fix build when panel header is not in /usr/include (Thanks Vincent Untz).
v0.19
- Fix building on Fedora(Unknown off64_t) bug #19.
- Use PRNG instead of zero's bug #7. Thanks xambroz.

View File

@@ -4,7 +4,7 @@
* used by configure to dynamically assign those values
* to documentation files.
*/
const char *version_string = "0.19";
const char *version_string = "0.20";
const char *program_name = "nwipe";
const char *author_name = "Martijn van Brummelen";
const char *email_address = "git@brumit.nl";