Update version number to fix small small whoopsie I committed when
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 6 Jan 2009 14:53:10 +0000 (14:53 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 6 Jan 2009 14:53:10 +0000 (14:53 +0000)
pushing to trunk.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1033 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/api.cc

index e227824..f3a74ac 100644 (file)
@@ -2203,7 +2203,7 @@ bool v8::V8::Initialize() {
 
 
 const char* v8::V8::GetVersion() {
-  return "0.4.7";
+  return "0.4.8 (candidate)";
 }