Skip to content

Commit

Permalink
Updating metadata for 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans committed Sep 26, 2017
1 parent aaa6750 commit c06e133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _base/kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ define(["../global", "../has", "./config", "require", "module"], function(global
dojo.isAsync = !has("dojo-loader") || require.async;
dojo.locale = config.locale;

var rev = "$Rev$".match(/[0-9a-f]{7,}/);
var rev = "$Rev: aaa6750 $".match(/[0-9a-f]{7,}/);
dojo.version = {
// summary:
// Version number of the Dojo Toolkit
Expand All @@ -92,7 +92,7 @@ define(["../global", "../has", "./config", "require", "module"], function(global
// - 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: 13, patch: 0, flag: "-pre",
major: 1, minor: 13, patch: 0, flag: "",
revision: rev ? rev[0] : NaN,
toString: function(){
var v = dojo.version;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dojo",
"version": "1.13.0-pre",
"version": "1.13.0",
"directories": {
"lib": "."
},
Expand All @@ -11,7 +11,7 @@
"jsgi-node": "0.3.1",
"formidable": "1.0.17",
"sinon": "1.12.2",
"dojo": "1.13.0-pre"
"dojo": "1.13.0"
},
"main": "main",
"scripts": {
Expand Down

0 comments on commit c06e133

Please sign in to comment.