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:
parent
480c4f2408
commit
32d1924fe2
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue