[Pkg-mozext-commits] [gcontactsync] 38/88: Added version 0.4.0rc2

David Prévot taffit at moszumanska.debian.org
Thu Sep 18 20:52:28 UTC 2014


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

taffit pushed a commit to branch master
in repository gcontactsync.

commit e85034dd70fed549f0b6792b0f2982dfa27d0ab7
Author: Josh Geenen <joshgeenen at gmail.com>
Date:   Sun Jan 26 19:33:50 2014 -0600

    Added version 0.4.0rc2
---
 build.sh                            |   2 +-
 downloads/gContactSync-0.4.0rc2.xpi | Bin 0 -> 205879 bytes
 src/content/synonyms.js             |   2 +-
 src/install.rdf                     |   2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.sh b/build.sh
index b8f159a..878e2b5 100755
--- a/build.sh
+++ b/build.sh
@@ -10,7 +10,7 @@
 # Edit install.rdf and content/synonyms.js to change the actual VERSION
 #VERSION=0.3.6
 #SRC_DIR=./src3
-VERSION=0.4.0rc1
+VERSION=0.4.0rc2
 SRC_DIR=./src
 
 # Dest should be absolute or relative to SRC_DIR
diff --git a/downloads/gContactSync-0.4.0rc2.xpi b/downloads/gContactSync-0.4.0rc2.xpi
new file mode 100644
index 0000000..f83fda5
Binary files /dev/null and b/downloads/gContactSync-0.4.0rc2.xpi differ
diff --git a/src/content/synonyms.js b/src/content/synonyms.js
index 45fdf72..14eb2bf 100644
--- a/src/content/synonyms.js
+++ b/src/content/synonyms.js
@@ -51,7 +51,7 @@ com.gContactSync.versionMinor   = "4";
 /** The release for the current version of gContactSync (ie 1 in 0.3.1a7) */
 com.gContactSync.versionRelease = "0";
 /** The suffix for the current version of gContactSync (ie a7 for Alpha 7) */
-com.gContactSync.versionSuffix  = "rc1";
+com.gContactSync.versionSuffix  = "rc2";
 /** The attribute where the dummy e-mail address is stored */
 com.gContactSync.dummyEmailName = "PrimaryEmail";
 
diff --git a/src/install.rdf b/src/install.rdf
index db9c8e3..3494098 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>0.4.0rc1</em:version>
+        <em:version>0.4.0rc2</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