mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
v0.11.0
This commit is contained in:
parent
588feac4c8
commit
040bcf3c84
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 0.11
|
||||
## 0.11.0 2012/12/04
|
||||
|
||||
* upgrade V8 version to 3.11.8
|
||||
* remove dependency on libv8. enable compilation against system v8
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module V8
|
||||
VERSION = "0.11.0beta8"
|
||||
VERSION = "0.11.0"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue