Skip to content

Commit

Permalink
Switched to semver
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Mar 13, 2012
1 parent 970d510 commit e9382f9
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions dv.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,7 @@ var dv = (function() {
*
* @namespace The top-level Datavore namespace, <tt>dv</tt>.
*/
var dv = {};

/**
* Datavore major and minor version numbers.
*
* @namespace Datavore major and minor version numbers.
*/
dv.version = {
/**
* The major version number.
*
* @type number
* @constant
*/
major: 0,

/**
* The minor version number.
*
* @type number
* @constant
*/
minor: 1
};
var dv = {version: "1.0.0"};

dv.array = function(n) {
var a = Array(n);
Expand Down

0 comments on commit e9382f9

Please sign in to comment.