diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mozclient/prism.conf | 1 |
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 |