updated version to 3.7.1, pinned deps
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 29776ff..0b682fd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,8 +20,9 @@
 -->
 ## Release Notes for Cordova JS ##
 
-### 3.7.0 (Oct 01, 2014)
+### 3.7.1 (Oct 10, 2014)
 * added missing AL header
+* removed console.log
 
 ### 3.6.3 ###
 
diff --git a/VERSION b/VERSION
index a4ce38e..a76ccff 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.7.0-dev
+3.7.1
diff --git a/package.json b/package.json
index 1995264..7ce9eff 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
     "author": "Gord Tanner <gtanner@gmail.com> (http://github.com/gtanner)",
     "name": "cordova-js",
     "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
-    "version": "3.7.1-dev",
+    "version": "3.7.1",
     "homepage": "http://cordova.apache.org",
     "repository": {
         "type": "git",
@@ -54,15 +54,15 @@
         }
     ],
     "devDependencies": {
-        "jasmine-node": "1.14.x",
+        "jasmine-node": "1.14.5",
         "jsdom-nogyp": "0.8.3",
         "connect": "1.8.5",
-        "grunt": "~0.4.1",
-        "grunt-contrib-clean": "~0.4.1",
-        "grunt-contrib-jshint": "~0.6.0"
+        "grunt": "0.4.1",
+        "grunt-contrib-clean": "0.4.1",
+        "grunt-contrib-jshint": "0.6.0"
     },
     "dependencies": {
-        "uglify-js": "2.4.x",
+        "uglify-js": "2.4.15",
         "browserify": "3.46.0",
         "through": "2.3.4"
     }
diff --git a/tasks/lib/compute-commit-id.js b/tasks/lib/compute-commit-id.js
index a4c4765..94ade56 100644
--- a/tasks/lib/compute-commit-id.js
+++ b/tasks/lib/compute-commit-id.js
@@ -54,7 +54,8 @@
             }
         });
     } else {
-        console.log('no git');
+        //console.log('no git');
+        //Can't compute commit ID
         done('???');
     }