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

V8_VERSION extracted from the git submodule.

This commit is contained in:
Logan Lowell 2011-06-15 15:49:28 -05:00
parent 480c4f2408
commit 32d1924fe2

View file

@ -1,4 +1,5 @@
module Libv8
V8_VERSION = "3.3.10"
VERSION = V8_VERSION + ".2"
V8_VERSION = Dir.chdir(File.join(File.dirname(__FILE__), 'v8')) { `git tag`.split.sort.last }
REVISION = ""
VERSION = V8_VERSION + REVISION
end