CB-7661 Updated version and RELEASENOTES.md for release 3.7.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 221db71..5150b9b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Cordova-cli Release Notes
 
+### 3.7.0 (Oct 01, 2014)
+* Made version semVer complient and bumped to 3.7.0 
+* added missing AL header
+
 ### 3.6.1-0.2.13 
 * update shrinkwrap
 
diff --git a/VERSION b/VERSION
deleted file mode 100644
index 84852ad..0000000
--- a/VERSION
+++ /dev/null
@@ -1 +0,0 @@
-3.6.0-0.2.9
diff --git a/package.json b/package.json
index a7a1b02..2fca9a9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.6.3-0.2.14-dev",
+  "version": "3.7.0",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -28,7 +28,7 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-lib": "0.21.13",
+    "cordova-lib": "3.7.0",
     "q": "~0.9",
     "nopt": "~2",
     "underscore":"1.4.4"