1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-08-05 09:25:39 +00:00

Version 1.9.2-dev3

This commit is contained in:
Andy McFadden
2025-06-27 15:11:28 -07:00
parent b6e6363234
commit 7fdf459899
2 changed files with 11 additions and 9 deletions

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, 2);
new CommonUtil.Version(1, 9, 2, CommonUtil.Version.PreRelType.Dev, 3);
}
}