Commit 1a321ee0 1a321ee039e29949a9394e63ff21fc81103cf2af by Nicolas Perriault

updated erroneous version printed on casperjs --version

1 parent 5bd2e73b
...@@ -34,7 +34,7 @@ phantom.loadCasper = function() { ...@@ -34,7 +34,7 @@ phantom.loadCasper = function() {
34 major: 0, 34 major: 0,
35 minor: 6, 35 minor: 6,
36 patch: 0, 36 patch: 0,
37 ident: 'alpha', 37 ident: undefined,
38 toString: function() { 38 toString: function() {
39 var version = [this.major, this.minor, this.patch].join('.'); 39 var version = [this.major, this.minor, this.patch].join('.');
40 if (this.ident) { 40 if (this.ident) {
......