mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
Change to built on...
This commit is contained in:
parent
9cec432bcc
commit
1a1f45aeef
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ namespace HISP.Server
|
||||||
}
|
}
|
||||||
public static string GetBuildString()
|
public static string GetBuildString()
|
||||||
{
|
{
|
||||||
return PRODUCT + " " + GetVersionString() + " `" + GetBranch() + "@" + GetCommitHash(7) + "`; (" + GetArchitecture() + "; " + GetPlatform() + "); Built @ " + GetBuildDate() + " at " + GetBuildTime();
|
return PRODUCT + " " + GetVersionString() + " `" + GetBranch() + "@" + GetCommitHash(7) + "`; (" + GetArchitecture() + "; " + GetPlatform() + "); Built on " + GetBuildDate() + " at " + GetBuildTime();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue