[Pkg-mozext-commits] [gcontactsync] 03/09: Added version 2.0.3. Identical to 2.0.2, but AMO isn't letting me upload 2.0.2

David Prévot taffit at moszumanska.debian.org
Sun Apr 12 03:15:02 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 15fe6e68b7f0b4d3a1ae07483ae0f9a42ac68d3d
Author: Josh Geenen <joshgeenen at gmail.com>
Date:   Sat Apr 4 14:00:26 2015 -0500

    Added version 2.0.3.  Identical to 2.0.2, but AMO isn't letting me upload 2.0.2
---
 build.sh                         |   2 +-
 downloads/gContactSync-2.0.3.xpi | Bin 0 -> 252101 bytes
 src/content/synonyms.js          |   4 ++--
 src/install.rdf                  |   2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.sh b/build.sh
index eb2a683..2749eac 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.2
+VERSION=2.0.3
 SRC_DIR=./src
 
 # Dest should be absolute or relative to SRC_DIR
diff --git a/downloads/gContactSync-2.0.3.xpi b/downloads/gContactSync-2.0.3.xpi
new file mode 100644
index 0000000..3358d7d
Binary files /dev/null and b/downloads/gContactSync-2.0.3.xpi differ
diff --git a/src/content/synonyms.js b/src/content/synonyms.js
index 82877ad..99370db 100644
--- a/src/content/synonyms.js
+++ b/src/content/synonyms.js
@@ -15,7 +15,7 @@
  *
  * The Initial Developer of the Original Code is
  * Josh Geenen <gcontactsync at pirules.org>.
- * Portions created by the Initial Developer are Copyright (C) 2008-2014
+ * Portions created by the Initial Developer are Copyright (C) 2008-2015
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
@@ -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 = "2";
+com.gContactSync.versionRelease = "3";
 /** 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 e46c860..fe76c5b 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.2</em:version>
+        <em:version>2.0.3</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