1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
This commit is contained in:
Charles Lowell 2013-01-04 17:17:52 -06:00
parent fa2787ab4e
commit 4c25753cc9
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## 0.11.1 2013/01/04
* reintroduce the dependency on libv8
* libv8 can be disabled by installing it with the --with-system-v8 flag
## 0.11.0 2012/12/04
* upgrade V8 version to 3.11.8
@ -239,4 +244,4 @@
## 0.4.0 - 2009/12/21
* evaluate JavaScript code from inside Ruby.
* evaluate JavaScript code from inside Ruby.

View file

@ -1,3 +1,3 @@
module V8
VERSION = "0.11.1beta1"
VERSION = "0.11.1"
end