Skip to content

Commit

Permalink
release 2v04
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Jul 3, 2019
1 parent 1450610 commit 3956264
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 \1..\9 escape codes in RegExp
2v04 : Allow \1..\9 escape codes in RegExp
ESP8266: reading storage is not working for boot from user2 (fix #1507)
Fix Array.fill crash if used to fill up all available memory (fix #1668)
Fix NRF.requestDevice regression (clearInterval error) (fix #1669)
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 "2v03"
#define JS_VERSION "2v04"
#else
#define JS_VERSION "2v03." BUILDNUMBER
#define JS_VERSION "2v04." BUILDNUMBER
#endif
/*
In code:
Expand Down

0 comments on commit 3956264

Please sign in to comment.