Skip to content

Commit

Permalink
release 1v94
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Aug 29, 2017
1 parent 8a230ad commit 89074ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Allow Espruino boards to reset straight out of the DFU Bootloader
1v94 : Allow Espruino boards to reset straight out of the DFU Bootloader
Improvements in handling errors in code running in IRQs
- if writing to disconnected Bluetooth device, throw data away immediately
- Drop chars if output buffer is full while waiting in an IRQ
Expand Down
4 changes: 2 additions & 2 deletions src/jsutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
#include <math.h>

#ifndef BUILDNUMBER
#define JS_VERSION "1v93"
#define JS_VERSION "1v94"
#else
#define JS_VERSION "1v93." BUILDNUMBER
#define JS_VERSION "1v94." BUILDNUMBER
#endif
/*
In code:
Expand Down

0 comments on commit 89074ff

Please sign in to comment.