From 411c6777f05e5476df5bacd3aeadc28bdfd7e16e Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Thu, 22 Nov 2012 09:13:23 +0200 Subject: Bump version --- README | 3 ++- README-WINDOWS | 3 ++- riff/main.cpp | 2 +- 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 \ " -- cgit v1.2.3