From a62e8ce41924e4ebcd96fa74bb9f1e4dcf8080b6 Mon Sep 17 00:00:00 2001 From: Federico Rojas Date: Mon, 15 Jul 2024 16:30:53 +0200 Subject: [PATCH] Update python script to check versions Update the python script to now check for versions for 4024.56 modified: twincat_version_manager.py --- twincat_version_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twincat_version_manager.py b/twincat_version_manager.py index be19ad1..ffc0584 100644 --- a/twincat_version_manager.py +++ b/twincat_version_manager.py @@ -2,7 +2,7 @@ import glob import xml.etree.ElementTree as ET VERSION_TAGS = {"**/*.Tc*": "ProductVersion", "**/*.tsproj": "TcVersion"} -CORRECT_VERSIONS = {"**/*.Tc*": "3.1.4024.11", "**/*.tsproj": "3.1.4024.32", "**/*.xti": "3.1.4024.32"} +CORRECT_VERSIONS = {"**/*.Tc*": "3.1.4024.11", "**/*.tsproj": "3.1.4024.56", "**/*.xti": "3.1.4024.56"} def check_versions():