[Pkg-mozext-commits] [gcontactsync] 09/88: Version 0.4.0b4
David Prévot
taffit at moszumanska.debian.org
Thu Sep 18 20:52:25 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 1e8409a610c48a01ee27a9bd088a71e947ad1410
Author: Josh Geenen <joshgeenen at gmail.com>
Date: Sun Dec 22 19:02:07 2013 -0600
Version 0.4.0b4
---
build.sh | 5 ++---
downloads/gContactSync-0.4.0b4.xpi | Bin 0 -> 202873 bytes
src/content/synonyms.js | 2 +-
src/install.rdf | 2 +-
4 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/build.sh b/build.sh
index 1f0c52c..d5d4906 100755
--- a/build.sh
+++ b/build.sh
@@ -8,11 +8,9 @@
# 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.2.18
-#SRC_DIR=./src2
#VERSION=0.3.6
#SRC_DIR=./src3
-VERSION=0.4.0b4pre
+VERSION=0.4.0b4
SRC_DIR=./src
# Dest should be absolute or relative to SRC_DIR
@@ -55,3 +53,4 @@ echo $DEST
echo "MD5 checksum:"
md5sum $DEST
+git add $DEST
diff --git a/downloads/gContactSync-0.4.0b4.xpi b/downloads/gContactSync-0.4.0b4.xpi
new file mode 100644
index 0000000..6456555
Binary files /dev/null and b/downloads/gContactSync-0.4.0b4.xpi differ
diff --git a/src/content/synonyms.js b/src/content/synonyms.js
index a11eb5d..2eba05e 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 = "b4pre";
+com.gContactSync.versionSuffix = "b4";
/** 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 9b894cf..f434771 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.0b4pre</em:version>
+ <em:version>0.4.0b4</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