From aef58670311206d471f316d7fe7e161c67332d04 Mon Sep 17 00:00:00 2001 From: Fabien Tassin Date: Fri, 6 Jun 2008 16:12:37 +0200 Subject: * [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 --- src/mozclient/prism.conf | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3