1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-04-24 13:17:24 +00:00

Version 1.9.2-alpha1

This commit is contained in:
Andy McFadden
2025-07-15 13:41:54 -07:00
parent 4ea4204ab7
commit 65b217908b
+1 -1
View File
@@ -25,6 +25,6 @@ namespace SourceGen {
/// SourceGen version number.
/// </summary>
public static readonly CommonUtil.Version ProgramVersion =
new CommonUtil.Version(1, 9, 2, CommonUtil.Version.PreRelType.Dev, 5);
new CommonUtil.Version(1, 9, 2, CommonUtil.Version.PreRelType.Alpha, 1);
}
}