[Pkg-javascript-commits] [dojo] 02/05: Updating source version to 1.6.3-pre
David Prévot
taffit at moszumanska.debian.org
Tue Dec 9 17:50:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.6.3
in repository dojo.
commit 5705dd1e131ad7c7a4804629d121e7d202a80ff3
Author: Colin Snover <github.com at zetafleet.com>
Date: Fri Aug 23 04:53:43 2013 +0000
Updating source version to 1.6.3-pre
---
_base/_loader/bootstrap.js | 4 ++--
package.json | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/_base/_loader/bootstrap.js b/_base/_loader/bootstrap.js
index cd378c5..ec552fb 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: c67ea3e $".match(/[0-9a-f]{7,}/);
+ var rev = "$Rev$".match(/[0-9a-f]{7,}/);
/*=====
dojo.version = function(){
@@ -252,7 +252,7 @@ dojo.global = {
}
=====*/
dojo.version = {
- major: 1, minor: 6, patch: 2, flag: "",
+ major: 1, minor: 6, patch: 3, flag: "-pre",
revision: rev ? rev[0] : NaN,
toString: function(){
with(d.version){
diff --git a/package.json b/package.json
index 5855be5..8b11c93 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,6 @@
{
"name": "dojo",
+ "version":"1.6.3-pre",
"directories": {
"lib": "."
},
@@ -18,4 +19,4 @@
"bugs": "http://bugs.dojotoolkit.org/",
"keywords": ["JavaScript", "Dojo", "Toolkit"],
"homepage": "http://dojotoolkit.org/"
-}
\ No newline at end of file
+}
--
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