From 8b85903dffe3a9a02dd3738ea8931f3e52e59463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Insaurralde=20Avalos?= <36372335+adrianinsaval@users.noreply.github.com> Date: Fri, 23 Dec 2022 21:48:55 -0300 Subject: [PATCH] Adjust Startpage version info to new format due to the changes from 9869a2c3d7 --- src/Mod/Start/StartPage/StartPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Start/StartPage/StartPage.py b/src/Mod/Start/StartPage/StartPage.py index 5d65186233..eb1c6f3554 100644 --- a/src/Mod/Start/StartPage/StartPage.py +++ b/src/Mod/Start/StartPage/StartPage.py @@ -365,7 +365,7 @@ def handle(): # get FreeCAD version v = FreeCAD.Version() - VERSIONSTRING = TranslationTexts.T_VERSION + " " + v[0] + "." + v[1] + " " + TranslationTexts.T_BUILD + " " + v[2] + VERSIONSTRING = TranslationTexts.T_VERSION + " " + v[0] + "." + v[1] + "." + v[2] +" " + TranslationTexts.T_BUILD + " " + v[3] HTML = HTML.replace("VERSIONSTRING",VERSIONSTRING) # translate texts