Skip to content

Commit

Permalink
Updating metadata for 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Dec 8, 2014
1 parent 4695f6a commit de111f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _base/_loader/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ dojo.global = {
=====*/
dojo.locale = d.config.locale;

var rev = "$Rev$".match(/[0-9a-f]{7,}/);
var rev = "$Rev: 4695f6a $".match(/[0-9a-f]{7,}/);

/*=====
dojo.version = function(){
Expand All @@ -242,7 +242,7 @@ dojo.global = {
}
=====*/
dojo.version = {
major: 1, minor: 5, patch: 4, flag: "-pre",
major: 1, minor: 5, patch: 4, flag: "",
revision: rev ? rev[0] : NaN,
toString: function(){
with(d.version){
Expand Down

0 comments on commit de111f5

Please sign in to comment.