Skip to content

Commit

Permalink
Update for v0.9.22a
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jun 20, 2018
1 parent 5f1b52a commit 14f0b08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.21a
VER = v0.9.22a

SUBDIRS += src bootloader reloader

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
** Keir Fraser <keir.xen@gmail.com>
************************************

** v0.9.22a - forthcoming
** v0.9.22a - 20 June 2018
- OLED: Support SH1106 controller (1.3-inch displays)
- FF.CFG: display-type = oled-128x64-sh1106
- Support a wider range of rotary encoders
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.21a"
#define FW_VER "0.9.22a"

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

0 comments on commit 14f0b08

Please sign in to comment.