From 906310d04bb7c1876e69ccf5aa36c2fca9558a33 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 1 Jul 2026 16:11:15 +0200 Subject: [PATCH] Client Version 3.32.2 erstellt --- BeWo/BeWo.csproj | 6 +++--- BeWo/BeWoApp.xaml.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BeWo/BeWo.csproj b/BeWo/BeWo.csproj index 9fd9e03c9..84087528f 100644 --- a/BeWo/BeWo.csproj +++ b/BeWo/BeWo.csproj @@ -16,7 +16,7 @@ true Internet true - true + false 8E3A8E81F1C6F67A1C6D239593544EA33D8AC6A7 @@ -43,12 +43,12 @@ de-DE BeWoPlaner ownSoft GmbH - 2.0.1.297 + 2.0.1.298 true publish.htm false true - 298 + 299 2.0.1.%2a false true diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs index 76223f6f4..c6180b4e2 100644 --- a/BeWo/BeWoApp.xaml.cs +++ b/BeWo/BeWoApp.xaml.cs @@ -57,7 +57,7 @@ namespace BeWo public static LoginControl LoginControl; public static MainControl MainControl; - public static string ShortVersion = "3.32"; + public static string ShortVersion = "3.32.2"; public static string Version => BeWoAppInfo.BeWoAppVersion.ToString(); public static int RenderTier = 0;