[Pkg-javascript-commits] [dojo] 32/32: Updating metadata for 1.6.2
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.6.2
in repository dojo.
commit ff124e5893f25a78d04dbbfb9eed83f26837774e
Author: Colin Snover <github.com at zetafleet.com>
Date: Wed Aug 21 21:54:16 2013 -0700
Updating metadata for 1.6.2
---
_base/_loader/bootstrap.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_base/_loader/bootstrap.js b/_base/_loader/bootstrap.js
index 7cc8535..2785873 100644
--- a/_base/_loader/bootstrap.js
+++ b/_base/_loader/bootstrap.js
@@ -228,7 +228,7 @@ dojo.global = {
=====*/
dojo.locale = d.config.locale;
- var rev = "$Rev$".match(/\d+/);
+ var rev = "$Rev: c67ea3e $".match(/\d+/);
/*=====
dojo.version = function(){
@@ -252,7 +252,7 @@ dojo.global = {
}
=====*/
dojo.version = {
- major: 1, minor: 6, patch: 0, flag: "dev",
+ major: 1, minor: 6, patch: 2, flag: "",
revision: rev ? +rev[0] : NaN,
toString: function(){
with(d.version){
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list