Skip to content

Commit 1569079

Browse files
committed
Updates for release
1 parent f9ba754 commit 1569079

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Project Files/Source/Console/VersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ namespace Thetis
66
{
77
public static class VersionInfo
88
{
9-
public static string BuildDate { get { return "05/09/25"; } }
9+
public static string BuildDate { get { return "05/11/25"; } }
1010
}
1111
}

Project Files/Source/Console/titlebar.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace Thetis
3737
{
3838
class TitleBar
3939
{
40-
public const string BUILD_NAME = "HL2 Beta 2.1 (MI0BOT)";
40+
public const string BUILD_NAME = "HL2 (MI0BOT)";
4141
public static string GetString(bool bWithFirmware = true)
4242
{
4343
string sRevision = "." + Common.GetRevision();

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Latest Release v2.10.3.8 9th May, 2025
1+
# Latest Release v2.10.3.8 11th May, 2025
22

3-
# 2.10.3.8 Beta 1 (2025-5-9)
3+
# 2.10.3.8 (2025-5-11)
44
WARNING - This release requires a rebuild of the database if you are upgrading
55
from 2.10.3.6.
66

0 commit comments

Comments
 (0)