Skip to content

Commit

Permalink
update libv8, remove redundant patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Jun 15, 2012
1 parent 685400d commit bdb7d63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ task :checkout do
# 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"

# Fix unused-but-set-variable error in src/platform-freebsd.cc
# Notified upstream: http://code.google.com/p/v8/issues/detail?id=2126
sh "patch -N -p0 -d vendor/v8 < patches/src_platform-freebsd.cc.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.10.8.0"
VERSION = "3.11.8.0"
end
2 changes: 1 addition & 1 deletion vendor/v8
Submodule v8 updated 207 files

0 comments on commit bdb7d63

Please sign in to comment.