[Pkg-mozext-commits] [sage-extension] 15/49: bump version number to 1.3.3

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag sage_1_3_10
in repository sage-extension.

commit ec20971248407b080ca91401d1b02e7b9d6e5485
Author: Peter Andrews <petea at jhu.edu>
Date:   Thu May 12 20:19:02 2005 +0000

    bump version number to 1.3.3
---
 src/install.js                 | 2 +-
 src/install.rdf                | 2 +-
 src/sage/content/commonfunc.js | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/install.js b/src/install.js
index 010268c..a9289ca 100755
--- a/src/install.js
+++ b/src/install.js
@@ -1,6 +1,6 @@
 const APP_NAME			= "Sage";
 const APP_CHROME_NAME		= "sage";
-const APP_VERSION		= "1.3.2";
+const APP_VERSION		= "1.3.3";
 const APP_FILE 			= "sage.jar";
 const APP_CONTENTS_PATH		= "content/";
 const APP_SKIN_CLASSIC_PATH	= "skin/classic/";
diff --git a/src/install.rdf b/src/install.rdf
index 8ceda12..c7e3348 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -6,7 +6,7 @@
 
 	<em:id>{a6ca9b3b-5e52-4f47-85d8-cca35bb57596}</em:id>
 	<em:name>Sage</em:name>
-	<em:version>1.3.2</em:version>
+	<em:version>1.3.3</em:version>
 	<em:description>A lightweight RSS and Atom feed aggregator.</em:description>
 	<em:creator>The Sage Project</em:creator>
 	<em:contributor>Peter Andrews</em:contributor>
diff --git a/src/sage/content/commonfunc.js b/src/sage/content/commonfunc.js
index 05f19da..907aed7 100755
--- a/src/sage/content/commonfunc.js
+++ b/src/sage/content/commonfunc.js
@@ -69,7 +69,7 @@ function dateFormat(date, twelveHourClock, format) {
 
 var CommonFunc = {
 
-	VERSION: Array(1,3,2),
+	VERSION: Array(1,3,3),
 	USER_AGENT: "Mozilla/5.0 (Sage)",
 
 	FEED_FOLDER_ID: "sage.folder_id",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git



More information about the Pkg-mozext-commits mailing list