[Pkg-mozext-commits] [gcontactsync] 03/31: Updated version to 2.0.0a1pre

David Prévot taffit at moszumanska.debian.org
Sun Feb 22 21:34:31 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 394771a97019d3d41e0937ae101dc31041212cdb
Author: Josh Geenen <joshgeenen at gmail.com>
Date:   Sun Jul 27 14:15:21 2014 -0500

    Updated version to 2.0.0a1pre
---
 build.sh                | 2 +-
 src/content/synonyms.js | 6 +++---
 src/install.rdf         | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.sh b/build.sh
index bd2c59a..8c19785 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=0.4.0rc8
+VERSION=2.0.0a1pre
 SRC_DIR=./src
 
 # Dest should be absolute or relative to SRC_DIR
diff --git a/src/content/synonyms.js b/src/content/synonyms.js
index 6a2c0c1..4c796fa 100644
--- a/src/content/synonyms.js
+++ b/src/content/synonyms.js
@@ -45,13 +45,13 @@ if (!com.gContactSync) {
 }
 
 /** The major version of gContactSync (ie 0 in 0.2.18) */
-com.gContactSync.versionMajor   = "0";
+com.gContactSync.versionMajor   = "2";
 /** The minor version of gContactSync (ie 3 in 0.3.0b1) */
-com.gContactSync.versionMinor   = "4";
+com.gContactSync.versionMinor   = "0";
 /** 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  = "rc8";
+com.gContactSync.versionSuffix  = "a1pre";
 /** 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 1277324..29efa97 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.0rc8</em:version>
+        <em:version>2.0.0a1pre</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