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

v5.0.71.48.4 source release

This commit is contained in:
Petko Bordjukov 2016-05-18 20:17:11 +03:00
parent 864d80e14b
commit 2e65713ff4
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
### Unreleased
### 5.0.71.48.4, 5.0.71.48.5 - 2016-05-13:
* Enable the -fPIC flag for ARM
### 5.0.71.48.2, 5.0.71.48.3 - 2016-05-13:

View file

@ -1,3 +1,3 @@
module Libv8
VERSION = "5.0.71.48.3"
VERSION = "5.0.71.48.4"
end