mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
.4 point release
This commit is contained in:
parent
657457db64
commit
a8fed38f2f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
module Libv8
|
||||
version_file = File.join(File.dirname(__FILE__), 'VERSION')
|
||||
V8_VERSION = File.exist?(version_file) ? File.read(version_file).chomp : "0.0"
|
||||
REVISION = ""
|
||||
REVISION = ".4"
|
||||
VERSION = V8_VERSION + REVISION
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue