From d11ffaad053a392aadb907ed410197c6d89af100 Mon Sep 17 00:00:00 2001 From: jewe Date: Thu, 16 May 2024 16:15:06 +0200 Subject: [PATCH] * fixing the time stamp in the graph. --- YAT/MainForm.cs | 2 +- YAT/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/YAT/MainForm.cs b/YAT/MainForm.cs index d3ae62c..cd0bd50 100644 --- a/YAT/MainForm.cs +++ b/YAT/MainForm.cs @@ -1629,7 +1629,7 @@ private void DecodeToLoggingGraph(string dataToDecode, Chart currentChart) chrtLoggingData1.ChartAreas[0].AxisX.Minimum = nowValue; chrtLoggingData2.ChartAreas[0].AxisX.Minimum = nowValue; } - currentChart.ChartAreas[0].AxisX.LabelStyle.Format = "hh:mm:ss"; + currentChart.ChartAreas[0].AxisX.LabelStyle.Format = "HH:mm:ss"; } diff --git a/YAT/Properties/AssemblyInfo.cs b/YAT/Properties/AssemblyInfo.cs index fd0f621..5de5728 100644 --- a/YAT/Properties/AssemblyInfo.cs +++ b/YAT/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.10.3.0")] -[assembly: AssemblyFileVersion("0.10.3")] +[assembly: AssemblyVersion("0.10.4.0")] +[assembly: AssemblyFileVersion("0.10.4")]