You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/01/31 00:25:34 UTC

[10/13] git commit: fix bin/build/version

fix bin/build/version


Project: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/commit/2dcd53fb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/tree/2dcd53fb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/diff/2dcd53fb

Branch: refs/heads/master
Commit: 2dcd53fb8acd1974e5e39cb58dc117be1299dcbc
Parents: 00f7bbb
Author: Maxim Ermilov <ma...@canonical.com>
Authored: Sun Jan 19 13:33:11 2014 +0400
Committer: Maxim Ermilov <ma...@canonical.com>
Committed: Sun Jan 19 13:33:11 2014 +0400

----------------------------------------------------------------------
 bin/build/version | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/2dcd53fb/bin/build/version
----------------------------------------------------------------------
diff --git a/bin/build/version b/bin/build/version
index 56e4c35..29eefb7 100755
--- a/bin/build/version
+++ b/bin/build/version
@@ -18,9 +18,8 @@
  * under the License.
  *
 */
-var path = require('path');
-var args = process.argv;
-var ROOT = path.join(__dirname, '..');
-var shell = require('shelljs');
-var fs    = require('fs');
-var et    = require('elementtree');
+
+// Coho updates this line:
+var VERSION = "3.4.0-dev";
+
+console.log(VERSION);