[Pkg-mozext-commits] [sage-extension] 24/49: bump version to 1.3.5
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:54 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 88a02ec0d36e17ba1c9a623618636db95e3c5385
Author: Peter Andrews <petea at jhu.edu>
Date: Fri Jun 24 05:50:00 2005 +0000
bump version to 1.3.5
---
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 ab57dab..2b5c899 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.4";
+const APP_VERSION = "1.3.5";
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 313970e..4c6e6db 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.4</em:version>
+ <em:version>1.3.5</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 e0cb8f2..cced751 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,4),
+ VERSION: Array(1,3,5),
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