This commit is contained in:
2026-02-02 04:40:47 +08:00
parent 1a3fc7b59d
commit 73f49c9dbc
5 changed files with 264 additions and 22 deletions

View File

@@ -7,12 +7,10 @@ namespace CMLeonOS
public static string Major = "1";
public static string Minor = "0";
public static string Patch = "0";
public static string Build = "0";
public static string Revision = "0";
public static string FullVersion
{
get { return $"{Major}.{Minor}.{Patch}.{Build}.{Revision}"; }
get { return $"{Major}.{Minor}.{Patch}"; }
}
public static string ShortVersion