Skip to content

Commit

Permalink
Updating source version to 1.12.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans committed Dec 10, 2016
1 parent 51a96ea commit 045a323
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 @@ -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: 235f4e8 $".match(/[0-9a-f]{7,}/);
var rev = "$Rev$".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: 12, patch: 0, flag: "-rc3",
major: 1, minor: 12, patch: 0, flag: "-pre",
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.12.0-rc3",
"version": "1.12.0-pre",
"directories": {
"lib": "."
},
Expand All @@ -11,7 +11,7 @@
"jsgi-node": "0.3.1",
"formidable": "1.0.17",
"sinon": "1.12.2",
"dojo": "1.12.0-rc3"
"dojo": "1.12.0-pre"
},
"main": "main",
"scripts": {
Expand Down

0 comments on commit 045a323

Please sign in to comment.