[Pkg-javascript-commits] [dojo] 16/16: Updating metadata for 1.5.3
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.5.3
in repository dojo.
commit 1708abccb0cbc9269b85ea78f8fe309152e38e3d
Author: Colin Snover <github.com at zetafleet.com>
Date: Wed Aug 21 22:34:29 2013 -0700
Updating metadata for 1.5.3
---
_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 42d0ce6..f4ca5da 100644
--- a/_base/_loader/bootstrap.js
+++ b/_base/_loader/bootstrap.js
@@ -218,7 +218,7 @@ dojo.global = {
=====*/
dojo.locale = d.config.locale;
- var rev = "$Rev$".match(/\d+/);
+ var rev = "$Rev: 4b50371 $".match(/\d+/);
/*=====
dojo.version = function(){
@@ -242,7 +242,7 @@ dojo.global = {
}
=====*/
dojo.version = {
- major: 1, minor: 5, patch: 1, flag: "",
+ major: 1, minor: 5, patch: 3, 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