1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-04-20 04:16:47 +00:00

Version 1.10.0

This commit is contained in:
Andy McFadden
2025-08-02 13:10:29 -07:00
parent a4b71e0c9b
commit 73f87f5060
+1 -1
View File
@@ -25,6 +25,6 @@ namespace SourceGen {
/// SourceGen version number.
/// </summary>
public static readonly CommonUtil.Version ProgramVersion =
new CommonUtil.Version(1, 10, 0, CommonUtil.Version.PreRelType.Alpha, 1);
new CommonUtil.Version(1, 10, 0, CommonUtil.Version.PreRelType.Final, 0);
}
}