1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-02-18 08:30:28 +00:00

Version 1.0.0-beta2

This commit is contained in:
Andy McFadden 2018-10-12 10:04:16 -07:00
parent a47e5bb895
commit 46cb5ac6ce

View File

@ -21,7 +21,7 @@ namespace SourceGen {
static class Program { static class Program {
// Version number applied to the program as a whole. // Version number applied to the program as a whole.
public static readonly CommonUtil.Version ProgramVersion = public static readonly CommonUtil.Version ProgramVersion =
new CommonUtil.Version(1, 0, 0, CommonUtil.Version.PreRelType.Beta, 1); new CommonUtil.Version(1, 0, 0, CommonUtil.Version.PreRelType.Beta, 2);
/// <summary> /// <summary>
/// The main entry point for the application. /// The main entry point for the application.