Skip to content

Commit

Permalink
New NodeJS: 7.10.1, new V8: 5.5.372.43
Browse files Browse the repository at this point in the history
  • Loading branch information
matiwinnetou committed Jul 23, 2017
1 parent 5e11c15 commit 74a84cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#-----------------------------------------------------------------------
# Node.js settings
#-----------------------------------------------------------------------
NODE_VERSION_MAJOR, NODE_VERSION_MINOR, NODE_VERSION_PATCH = 7, 4, 0
NODE_VERSION_MAJOR, NODE_VERSION_MINOR, NODE_VERSION_PATCH = 7, 10, 1

#-----------------------------------------------------------------------
# J2V8 settings
#-----------------------------------------------------------------------
J2V8_VERSION_MAJOR, J2V8_VERSION_MINOR, J2V8_VERSION_PATCH = 4, 8, 0
J2V8_VERSION_MAJOR, J2V8_VERSION_MINOR, J2V8_VERSION_PATCH = 4, 9, 0
J2V8_VERSION_SUFFIX = "-SNAPSHOT"

#-----------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/eclipsesource/v8/NodeJSTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void run() {
public void testGetVersion() {
String result = nodeJS.getNodeVersion();

assertEquals("7.4.0", result);
assertEquals("7.10.1", result);
}

@Test
Expand Down

0 comments on commit 74a84cb

Please sign in to comment.