[Pkg-javascript-commits] [dojo] 05/05: Updating metadata for 1.6.3

David Prévot taffit at moszumanska.debian.org
Tue Dec 9 17:50:38 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 52e2a936af44fbabcc9bdbe5f78dc954816838f8
Author: Colin Snover <github.com at zetafleet.com>
Date:   Mon Dec 8 08:56:47 2014 -0800

    Updating metadata for 1.6.3
---
 _base/_loader/bootstrap.js | 4 ++--
 package.json               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_base/_loader/bootstrap.js b/_base/_loader/bootstrap.js
index ec552fb..223fcaf 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(/[0-9a-f]{7,}/);
+	var rev = "$Rev: 31ff515 $".match(/[0-9a-f]{7,}/);
 
 /*=====
 	dojo.version = function(){
@@ -252,7 +252,7 @@ dojo.global = {
 	}
 =====*/
 	dojo.version = {
-		major: 1, minor: 6, patch: 3, flag: "-pre",
+		major: 1, minor: 6, patch: 3, flag: "",
 		revision: rev ? rev[0] : NaN,
 		toString: function(){
 			with(d.version){
diff --git a/package.json b/package.json
index 8b11c93..8d41aa3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "dojo",
-  "version":"1.6.3-pre",
+  "version":"1.6.3",
   "directories": {
     "lib": "."
   },

-- 
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