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

remove conflicting executeable.

This commit is contained in:
Charles Lowell 2011-02-10 14:27:41 -06:00
parent ad51b0f621
commit c43949d1b4
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
## EDGE
* remove bin/v8 which conflicted with v8 executeable
* decruft all the crap that had accumulated in the gem
* Javascript Objects are now always mapped to the same V8::Object when read from the context

View file

@ -1,3 +1,3 @@
module V8
VERSION = "0.8.1.pre1"
VERSION = "0.8.1.pre2"
end