Skip to content

Commit

Permalink
Update source version to 1.10.0-pre.
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Aug 23, 2013
1 parent db17057 commit 5951033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _base/kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ define(["../has", "./config", "require", "module"], function(has, config, requir
// - flag: String: Descriptor flag. If total version is "1.2.0beta1", will be "beta1"
// - revision: Number: The Git rev from which dojo was pulled

major: 1, minor: 9, patch: 0, flag: "dev",
major: 1, minor: 10, patch: 0, flag: "-pre",
revision: rev ? rev[0] : NaN,
toString: function(){
var v = dojo.version;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dojo",
"version":"1.9.0dev",
"version":"1.10.0-pre",
"directories": {
"lib": "."
},
Expand Down

0 comments on commit 5951033

Please sign in to comment.