diff --git a/automation/parse_exchange_versions.py b/automation/parse_exchange_versions.py index fea81ff..2dc46e0 100644 --- a/automation/parse_exchange_versions.py +++ b/automation/parse_exchange_versions.py @@ -105,6 +105,11 @@ def parse_eightwone_versions(versions_file, unique_versions_file): name = convert_short_name_to_long(row[0].text_content().strip()) build = row[1].text_content().strip() + + # FIXME: + if build == "5.0.1497.44": + build = "15.0.1497.44" + release_date = convert_short_date_to_long( row[2].text_content().strip()) url = None