[Pkg-mozext-commits] [sage-extension] 34/49: bump version to 1.3.7
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:55 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 ea145b87301b0c0adc15e7ca1e0a321cd8565222
Author: Peter Andrews <petea at jhu.edu>
Date: Thu Sep 28 08:03:08 2006 +0000
bump version to 1.3.7
---
src/install.js | 2 +-
src/install.rdf | 4 ++--
src/sage/content/commonfunc.js | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/install.js b/src/install.js
index dae5392..26c0faf 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.6";
+const APP_VERSION = "1.3.7";
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 cd4e490..ffa732c 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.6</em:version>
+ <em:version>1.3.7</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>
@@ -53,7 +53,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>0.7</em:minVersion>
- <em:maxVersion>1.6</em:maxVersion>
+ <em:maxVersion>2.0.0.*</em:maxVersion>
</Description>
</em:targetApplication>
diff --git a/src/sage/content/commonfunc.js b/src/sage/content/commonfunc.js
index f4beb71..205e2f0 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,6),
+ VERSION: Array(1,3,7),
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