summaryrefslogtreecommitdiff
path: root/src/mozclient
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-06-06 16:12:37 +0200
committerFabien Tassin <fta@sofaraway.org>2008-06-06 16:12:37 +0200
commitaef58670311206d471f316d7fe7e161c67332d04 (patch)
treeec1f68061599a99c09c4626d32d533ac76b47e33 /src/mozclient
parent0011dc3d25c8f1a57effe4bd3d803be32a4ead61 (diff)
* [mozclient] prism needs "+" instead of "~" as version separator as
upstream only bumps version at the end of the dev cycle - update src/mozclient/prism.conf
Diffstat (limited to 'src/mozclient')
-rw-r--r--src/mozclient/prism.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mozclient/prism.conf b/src/mozclient/prism.conf
index 67ff1f8..6ba431e 100644
--- a/src/mozclient/prism.conf
+++ b/src/mozclient/prism.conf
@@ -22,3 +22,4 @@ MOZCLIENT_VCS_LOC = http://svn.mozilla.org/projects
MOZCLIENT_FILE = mozilla/confvars.sh
MOZCLIENT_GETVERSION = grep ^MOZ_APP_VERSION= mozilla/confvars.sh | cut -d= -f2 | tr -d '\r'
MOZCLIENT_GETDATE = svn log --limit 1 http://svn.mozilla.org/projects/webrunner/ | grep ^r | head -1 | sed -e 's/^r\([0-9]*\) | [^|]* | \([^ ]*\).*/\2r\1/' | tr -d -
+MOZCLIENT_SEPARATOR = + # upstream only bumps the version at the end of the dev cycle