Skip to content

Commit

Permalink
Updating source version to 1.17.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans committed Nov 29, 2019
1 parent daf6acd commit d38e8c1
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"url": "https://github.com/dojo/util.git"
},
"dependencies": {
"dojo": "1.16.0",
"dijit": "1.16.0",
"dojox": "1.16.0",
"dojo": "1.17.0-pre",
"dijit": "1.17.0-pre",
"dojox": "1.17.0-pre",
"dijit-themes": "1.15.0-pre"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions build/version.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
define([], function(){
var
rev = "$Rev: 90f5ee8 $".match(/[0-9a-f]{7,}/),
rev = "$Rev$".match(/[0-9a-f]{7,}/),
version= {
major: 1, minor: 16, patch: 0, flag: "",
major: 1, minor: 17, patch: 0, flag: "-pre",
revision: rev ? rev[0] : NaN,
toString: function(){
var v= version;
Expand Down
2 changes: 1 addition & 1 deletion doh/_nodeRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define(["doh/runner", "require", "dojo/_base/config"], function(doh, require, co
};

console.log("\n"+doh._line);
console.log("The Dojo Unit Test Harness, $Rev: 90f5ee8 $");
console.log("The Dojo Unit Test Harness, $Rev$");
console.log("Copyright (c) 2018, The JS Foundation, All Rights Reserved");
console.log("Running with node.js");
for (var tests= [], args= config["commandLineArgs"], i= 0, arg; i<args.length; i++) {
Expand Down
2 changes: 1 addition & 1 deletion doh/_rhinoRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define(["doh/runner", "require", "dojo/_base/config"], function(doh, require, co
};

print("\n"+doh._line);
print("The Dojo Unit Test Harness, $Rev: 90f5ee8 $");
print("The Dojo Unit Test Harness, $Rev$");
print("Copyright (c) 2018, The JS Foundation, All Rights Reserved");
for (var tests= [], args= config["commandLineArgs"], i= 0, arg; i<args.length; i++) {
arg= (args[i]+"").split("=");
Expand Down
2 changes: 1 addition & 1 deletion doh/mobileRunner.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html style="height:100%;">
<head>
<title>The Dojo Unit Test Harness, $Rev: 90f5ee8 $</title>
<title>The Dojo Unit Test Harness, $Rev$</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
Expand Down
2 changes: 1 addition & 1 deletion doh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doh",
"version": "1.16.0",
"version": "1.17.0-pre",
"directories": {
"lib": "."
},
Expand Down
2 changes: 1 addition & 1 deletion doh/runner.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html style="height:100%;">
<head>
<title>The Dojo Unit Test Harness, $Rev: 90f5ee8 $</title>
<title>The Dojo Unit Test Harness, $Rev$</title>

<script type="text/javascript" src="_parseURLargs.js"></script>

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-util",
"version": "1.16.0",
"version": "1.17.0-pre",
"licenses": [
{
"type": "AFLv2.1",
Expand Down

0 comments on commit d38e8c1

Please sign in to comment.