Skip to content

Commit

Permalink
Update to v0.7.4a
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Sep 25, 2017
1 parent bb7f7f0 commit 744222b
Show file tree
Hide file tree
Showing 3 changed files with 6 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.7.3a
VER = v0.7.4a

SUBDIRS += src bootloader reloader

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

** v0.7.4a - 25 September 2017
- Fix RDATA handling, specifically when drive B on an Amstrad CPC.
Reported by ikonsgr (EAB / Ebay) -- Thanks!

** v0.7.3a - 24 September 2017
- HxC: Respect autoboot- and ejected-on-startup flags
- Support 3rd button for eject and for immediate (re-)insert
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.7.3a"
#define FW_VER "0.7.4a"

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

0 comments on commit 744222b

Please sign in to comment.