Skip to content

Commit

Permalink
upgrade to v8 version 3.15.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Jan 8, 2013
1 parent 34baef1 commit 2aafe1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/libv8/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Libv8
VERSION = "3.11.8.11"
VERSION = "3.15.11.0"
end

0 comments on commit 2aafe1e

Please sign in to comment.