Skip to content

Commit

Permalink
Updating metadata for 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Jan 19, 2015
1 parent f4fef70 commit 4e4ecaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _base/kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ define(["../has", "./config", "require", "module"], function(has, config, requir
dojo.isAsync = !has("dojo-loader") || require.async;
dojo.locale = config.locale;

var rev = "$Rev$".match(/[0-9a-f]{7,}/);
var rev = "$Rev: f4fef70 $".match(/[0-9a-f]{7,}/);
dojo.version = {
// summary:
// Version number of the Dojo Toolkit
Expand All @@ -93,7 +93,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: 10, patch: 4, flag: "-pre",
major: 1, minor: 10, patch: 4, flag: "",
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.10.4-pre",
"version":"1.10.4",
"directories": {
"lib": "."
},
Expand Down

0 comments on commit 4e4ecaf

Please sign in to comment.