[Pkg-mozext-commits] [firetray] 27/33: Bump version to 0.6.0.
David Prévot
taffit at moszumanska.debian.org
Fri Oct 23 21:35:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firetray.
commit bf30dadc0b2412c474cd1bbebbbf1efc1e479f8b
Author: foudfou <foudil.newbie+git at gmail.com>
Date: Mon Oct 12 21:17:50 2015 +0200
Bump version to 0.6.0.
---
src/install.rdf | 2 +-
src/modules/commons.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/install.rdf b/src/install.rdf
index c235306..79d0df2 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -7,7 +7,7 @@
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:type>2</em:type>
<em:name>FireTray</em:name>
- <em:version>0.5.7pre1</em:version> <!-- change FIRETRAY_VERSION accordingly ! -->
+ <em:version>0.6.0</em:version> <!-- change FIRETRAY_VERSION accordingly ! -->
<em:creator>Hua Luo, Francesco Solero, Foudil BRÉTEL</em:creator>
<em:contributor>Hua Luo, Francesco Solero (Firetray original authors)</em:contributor>
<em:homepageURL>https://github.com/foudfou/firetray</em:homepageURL>
diff --git a/src/modules/commons.js b/src/modules/commons.js
index cc9d6b6..d2d1701 100644
--- a/src/modules/commons.js
+++ b/src/modules/commons.js
@@ -25,7 +25,7 @@ const Cu = Components.utils;
Cu.import("resource://gre/modules/Services.jsm");
Cu.import("resource://firetray/logging.jsm");
-const FIRETRAY_VERSION = "0.5.7pre1"; // needed for sync call of onVersionChange() :(
+const FIRETRAY_VERSION = "0.6.0"; // needed for sync call of onVersionChange() :(
const FIRETRAY_OS_SUPPORT = ['freebsd', 'linux', 'winnt']; // install.rdf sync :(
const FIRETRAY_ID = "{9533f794-00b4-4354-aa15-c2bbda6989f8}";
const FIRETRAY_PREF_BRANCH = "extensions.firetray.";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git
More information about the Pkg-mozext-commits
mailing list