Skip to content

Commit

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

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

/*=====
dojo.version = function(){
Expand All @@ -252,7 +252,7 @@ dojo.global = {
}
=====*/
dojo.version = {
major: 1, minor: 6, patch: 3, flag: "-pre",
major: 1, minor: 6, patch: 3, flag: "",
revision: rev ? rev[0] : NaN,
toString: function(){
with(d.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.6.3-pre",
"version":"1.6.3",
"directories": {
"lib": "."
},
Expand Down

0 comments on commit 52e2a93

Please sign in to comment.