summaryrefslogtreecommitdiff
path: root/scripts/touchup_for_android.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/touchup_for_android.py')
-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: