[Pkg-javascript-commits] [dojo] 01/03: Updating source version to 1.4.6-pre
David Prévot
taffit at moszumanska.debian.org
Tue Dec 9 17:50:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.4.6
in repository dojo.
commit 673dee2244c012a11435c55fbf70c8bff890076f
Author: Colin Snover <github.com at zetafleet.com>
Date: Thu Aug 22 22:11:32 2013 -0700
Updating source version to 1.4.6-pre
---
_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 82de267..c8dfe5f 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: 55a5c39 $".match(/[0-9a-f]{7,}/);
+ var rev = "$Rev$".match(/[0-9a-f]{7,}/);
/*=====
dojo.version = function(){
@@ -242,7 +242,7 @@ dojo.global = {
}
=====*/
dojo.version = {
- major: 1, minor: 4, patch: 5, flag: "",
+ major: 1, minor: 4, patch: 6, flag: "-pre",
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