Skip to content

Commit

Permalink
Updating metadata for 1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Dec 8, 2014
1 parent f95cfee commit c06f040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _base/kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ define(["../has", "./config", "require", "module"], function(has, config, requir
this.revision = 0;
}
=====*/
var rev = "$Rev$".match(/[0-9a-f]{7,}/);
var rev = "$Rev: f95cfee $".match(/[0-9a-f]{7,}/);
dojo.version = {
major: 1, minor: 7, patch: 8, flag: "-pre",
major: 1, minor: 7, patch: 8, flag: "",
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.8-pre",
"version":"1.7.8",
"directories": {
"lib": "."
},
Expand Down

0 comments on commit c06f040

Please sign in to comment.