From 2aafe1eeb37fa8ca6e6c448b0ab69facfd622b81 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 8 Jan 2013 01:40:55 -0600 Subject: [PATCH] upgrade to v8 version 3.15.11 --- Rakefile | 5 ----- lib/libv8/version.rb | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Rakefile b/Rakefile index 68e54cd9..a7daee09 100644 --- a/Rakefile +++ b/Rakefile @@ -23,11 +23,6 @@ task :checkout do sh "git checkout #{V8_Version} -f" sh "#{make} dependencies" end - - # Fix gyp trying to build platform-linux on FreeBSD 9 and FreeBSD 10. - # Based on: https://chromiumcodereview.appspot.com/10079030/patch/1/2 - sh "patch -N -p0 -d vendor/v8 < patches/add-freebsd9-and-freebsd10-to-gyp-GetFlavor.patch" - sh "patch -N -p1 -d vendor/v8 < patches/fPIC-on-x64.patch" end desc "compile v8 via the ruby extension mechanism" diff --git a/lib/libv8/version.rb b/lib/libv8/version.rb index 9c23301d..a51a5c62 100644 --- a/lib/libv8/version.rb +++ b/lib/libv8/version.rb @@ -1,3 +1,3 @@ module Libv8 - VERSION = "3.11.8.11" + VERSION = "3.15.11.0" end