Updating Bada JS, VERSION to 2.5.0rc1
diff --git a/VERSION b/VERSION
index 197c4d5..aa0822f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.0
+2.5.0rc1
diff --git a/src/Device.cpp b/src/Device.cpp
index 6158630..dfaed39 100755
--- a/src/Device.cpp
+++ b/src/Device.cpp
@@ -69,7 +69,7 @@
 

     if(r == E_SUCCESS) {

     	String res;

-    	res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',uuid:'%S',cordova:'2.4.0'}", platformVersion.GetPointer(), imei.GetPointer());

+    	res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',uuid:'%S',cordova:'2.5.0rc1'}", platformVersion.GetPointer(), imei.GetPointer());

     	//AppLogDebug("%S", res.GetPointer());

     	pWeb->EvaluateJavascriptN(res);

     }