[Pkg-mozext-commits] [sage-extension] 19/49: bump version to 1.3.4

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 ff06cd770f9f59b2bbe62242e74a67506aaa071f
Author: Peter Andrews <petea at jhu.edu>
Date:   Sat Jun 18 22:14:21 2005 +0000

    bump version to 1.3.4
---
 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 a9289ca..ab57dab 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.3";
+const APP_VERSION		= "1.3.4";
 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 c7e3348..313970e 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.3</em:version>
+	<em:version>1.3.4</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 21701f5..dff0b54 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,3),
+	VERSION: Array(1,3,4),
 	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