summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--README-WINDOWS3
-rw-r--r--riff/main.cpp2
3 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 8911776..daae829 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-riff - Raw Image File Flasher version 0.5.1
+riff - Raw Image File Flasher version 0.5.2
=================================================================================
Description:
@@ -106,6 +106,7 @@ Version history and changelog:
0.4.2 Larger image file support.
0.5.0 Support for Windows.
0.5.1 Error description for LCD error number
+0.5.2 Build fixes, split large writes into 16k chunks
=================================================================================
Contact and support
diff --git a/README-WINDOWS b/README-WINDOWS
index 1577318..8406d85 100644
--- a/README-WINDOWS
+++ b/README-WINDOWS
@@ -1,4 +1,4 @@
-riff - Raw Image File Flasher version 0.5.1
+riff - Raw Image File Flasher version 0.5.2
=================================================================================
Description:
@@ -103,6 +103,7 @@ Version history and changelog:
0.4.2 Larger image file support.
0.5.0 Support for Windows.
0.5.1 Error description for LCD error number
+0.5.2 Build fixes, split large writes into 16k chunks
=================================================================================
Contact and support
diff --git a/riff/main.cpp b/riff/main.cpp
index e7bcacf..fc13b74 100644
--- a/riff/main.cpp
+++ b/riff/main.cpp
@@ -32,7 +32,7 @@ volatile bool isDone = false;
const string info = \
"\n \
----------------------- riff - Raw Image File Flasher -------------------------\n \
-Version: 0.5.1\n \
+Version: 0.5.2\n \
"
"Flash a device. Try `riff --help' for more information. \n \
"