summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authoresprehn <esprehn@chromium.org>2015-11-24 11:46:03 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-24 19:46:54 +0000
commitb378909d052589b7ea308b9b6989146cdb192757 (patch)
treedd31bf146cd973103a7b42b63731bd6374a1d93a /content/content_shell.gypi
parente1564a50ab8f218c6383ea6c7d2a60b1bbe61d0d (diff)
downloadchromium_src-b378909d052589b7ea308b9b6989146cdb192757.zip
chromium_src-b378909d052589b7ea308b9b6989146cdb192757.tar.gz
chromium_src-b378909d052589b7ea308b9b6989146cdb192757.tar.bz2
Give content shell a better version number.
Let's go with 99, content shell is always the newest! Review URL: https://codereview.chromium.org/1469483003 Cr-Commit-Position: refs/heads/master@{#361414}
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi5
1 files changed, 1 insertions, 4 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index cc30c8f..20a33d9 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -5,10 +5,7 @@
{
'variables': {
'content_shell_product_name': 'Content Shell',
- # The "19" is so that sites that sniff for version think that this is
- # something reasonably current; the "77.34.5" is a hint that this isn't a
- # standard Chrome.
- 'content_shell_version': '19.77.34.5',
+ 'content_shell_version': '99.77.34.5',
'conditions': [
['OS=="linux"', {
'use_custom_freetype%': 1,