Drop testing Node 0.6. and bump in name only to v3.0.0-pre.

This commit is contained in:
John-David Dalton
2014-06-15 17:07:51 -07:00
parent e152f54903
commit 1c770a3c66
14 changed files with 23 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 2.5.0-pre (Custom Build) <http://lodash.com/>
* Lo-Dash 3.0.0-pre (Custom Build) <http://lodash.com/>
* Build: `lodash underscore -o ./dist/lodash.underscore.js`
* Copyright 2012-2014 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.6.0 <http://underscorejs.org/LICENSE>
@@ -21,7 +21,7 @@
PARTIAL_RIGHT_FLAG = 32;
/** Used as the semantic version number */
var version = '2.5.0-pre';
var version = '3.0.0-pre';
/** Used as the property name for wrapper metadata */
var expando = '__lodash@' + version + '__';