[Pkg-mozext-commits] [gcontactsync] 05/10: Version 2.0.5

David Prévot taffit at moszumanska.debian.org
Fri Jun 19 16:29:43 UTC 2015


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

taffit pushed a commit to branch master
in repository gcontactsync.

commit 27143577f504b8242b601fef87ae8a9c2c57ab21
Author: Josh Geenen <joshgeenen at gmail.com>
Date:   Sun Jun 7 21:49:38 2015 -0500

    Version 2.0.5
---
 build.sh                            |   2 +-
 downloads/gContactSync-2.0.5.xpi    | Bin 0 -> 252792 bytes
 downloads/gContactSync-2.0.5pre.xpi | Bin 0 -> 252796 bytes
 src/content/synonyms.js             |   2 +-
 src/install.rdf                     |   2 +-
 5 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.sh b/build.sh
index 91023c1..19d7067 100755
--- a/build.sh
+++ b/build.sh
@@ -8,7 +8,7 @@
 
 # NOTE: The VERSION here is just used for the package name
 # Edit install.rdf and content/synonyms.js to change the actual VERSION
-VERSION=2.0.4
+VERSION=2.0.5
 SRC_DIR=./src
 
 # Dest should be absolute or relative to SRC_DIR
diff --git a/downloads/gContactSync-2.0.5.xpi b/downloads/gContactSync-2.0.5.xpi
new file mode 100644
index 0000000..4842f54
Binary files /dev/null and b/downloads/gContactSync-2.0.5.xpi differ
diff --git a/downloads/gContactSync-2.0.5pre.xpi b/downloads/gContactSync-2.0.5pre.xpi
new file mode 100644
index 0000000..5ff4128
Binary files /dev/null and b/downloads/gContactSync-2.0.5pre.xpi differ
diff --git a/src/content/synonyms.js b/src/content/synonyms.js
index 3bb5c75..018b07e 100644
--- a/src/content/synonyms.js
+++ b/src/content/synonyms.js
@@ -49,7 +49,7 @@ com.gContactSync.versionMajor   = "2";
 /** The minor version of gContactSync (ie 3 in 0.3.0b1) */
 com.gContactSync.versionMinor   = "0";
 /** The release for the current version of gContactSync (ie 1 in 0.3.1a7) */
-com.gContactSync.versionRelease = "4";
+com.gContactSync.versionRelease = "5";
 /** The suffix for the current version of gContactSync (ie a7 for Alpha 7) */
 com.gContactSync.versionSuffix  = "";
 /** The attribute where the dummy e-mail address is stored */
diff --git a/src/install.rdf b/src/install.rdf
index 4381df0..17467be 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -3,7 +3,7 @@
      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     <Description about="urn:mozilla:install-manifest">
         <em:id>gContactSync at pirules.net</em:id>
-        <em:version>2.0.4</em:version>
+        <em:version>2.0.5</em:version>
         <em:name>gContactSync</em:name>
         <em:description>Synchronizes Google Contacts with Thunderbird</em:description>
         <em:creator>Josh Geenen</em:creator>

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



More information about the Pkg-mozext-commits mailing list