summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-05-16 18:45:31 -0700
committerRoozbeh Pournader <roozbeh@google.com>2015-05-16 18:45:31 -0700
commit204daa733fab8f7cc22cc7b707dcbfe70bbfd3bc (patch)
treed8f522b84df6ab88c631c6ad0e8e31cacf13dc7d /scripts
parent82f503569e1f08a91b7b0c4d0a68235ebe6ca8ce (diff)
Remove extra zero from version number.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/touchup_for_android.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/touchup_for_android.py b/scripts/touchup_for_android.py
index 80b8e70..e0f81cd 100755
--- a/scripts/touchup_for_android.py
+++ b/scripts/touchup_for_android.py
@@ -154,7 +154,7 @@ def apply_temporary_fixes(font):
path.dirname(__file__), os.pardir, 'res', 'buildnumber.txt')
build_number = open(build_number_txt).read().strip()
- version_record = 'Version 2.0%s; %d' % (build_number, date.today().year)
+ version_record = 'Version 2.%s; %d' % (build_number, date.today().year)
for record in font['name'].names:
if record.nameID == 5: