Skip to content

Commit

Permalink
update version numbers for 1.8.0dev. refs #10199 !strict
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@26918 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
neonstalwart committed Oct 28, 2011
1 parent cb381bf commit 59f68bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _base/kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ define(["../has", "./config", "require", "module"], function(has, config, requir
=====*/
var rev = "$Rev: 23930 $".match(/\d+/);
dojo.version = {
major: 1, minor: 7, patch: 0, flag: "dev",
major: 1, minor: 8, patch: 0, flag: "dev",
revision: rev ? +rev[0] : NaN,
toString: function(){
var v = dojo.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.7.0dev",
"version":"1.8.0dev",
"directories": {
"lib": "."
},
Expand Down

0 comments on commit 59f68bd

Please sign in to comment.