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

.4 point release

This commit is contained in:
Charles Lowell 2011-11-15 08:50:07 -06:00
parent 657457db64
commit a8fed38f2f

View file

@ -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