1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-12-01 22:50:35 +00:00

Version 1.7.5-dev4

This commit is contained in:
Andy McFadden 2021-08-09 15:01:46 -07:00
parent 3a02132694
commit 7f82362985

View File

@ -25,6 +25,6 @@ namespace SourceGen {
/// SourceGen version number. /// SourceGen version number.
/// </summary> /// </summary>
public static readonly CommonUtil.Version ProgramVersion = public static readonly CommonUtil.Version ProgramVersion =
new CommonUtil.Version(1, 7, 5, CommonUtil.Version.PreRelType.Dev, 3); new CommonUtil.Version(1, 7, 5, CommonUtil.Version.PreRelType.Dev, 4);
} }
} }