1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

v5.1.281.59.0 source release

This commit is contained in:
Petko Bordjukov 2016-06-15 12:02:24 +03:00
parent aaa7e8c435
commit 07b93bac59
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
### Unreleased
### 5.1.281.59.0, 5.1.281.59.1 - 2016-06-15:
* Update upstream v8 version to 5.1.281.59
* Make sure the patch set is applied in the correct order

View file

@ -1,3 +1,3 @@
module Libv8
VERSION = "5.1.281.59.0beta3"
VERSION = "5.1.281.59.0"
end