Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Info.plist.tmpl

Issue 5457592327340032: Use full version number for the displayed version on Safari (Closed)
Patch Set: Created Jan. 16, 2014, 3:09 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | packagerSafari.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Info.plist.tmpl
===================================================================
--- a/Info.plist.tmpl
+++ b/Info.plist.tmpl
@@ -17,7 +17,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
- <string>{{ shortVersion }}</string>
+ <string>{{ version }}</string>
<key>CFBundleVersion</key>
<string>{{ version }}</string>
<key>Chrome</key>
« no previous file with comments | « no previous file | packagerSafari.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld