Skip to content

Commit

Permalink
Update to v0.9.6a
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jan 17, 2018
1 parent c0fe6d3 commit 7be390f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

PROJ = FlashFloppy
VER = v0.9.5a
VER = v0.9.6a

SUBDIRS += src bootloader reloader

Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
** Keir Fraser <keir.xen@gmail.com>
************************************

** v0.9.6a - 17 January 2018
- USB: Fix power-on initialisation for some USB sticks
- FAT: Write-protect image files marked with read-only attribute
- ST: Support 11-sector .ST images

** v0.9.5a - 1 December 2017
- FF.CFG: New button assignment for rotary-encoder setup
- twobutton-action = rotary
Expand Down
2 changes: 1 addition & 1 deletion inc/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* See the file COPYING for more details, or visit <http://unlicense.org>.
*/

#define FW_VER "0.9.5a"
#define FW_VER "0.9.6a"

#ifndef NDEBUG
#define ASSERT(p) do { if (!(p)) illegal(); } while (0)
Expand Down

0 comments on commit 7be390f

Please sign in to comment.