1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-03-03 14:32:06 +00:00

Version 1.2.0-beta1

This commit is contained in:
Andy McFadden 2019-07-21 16:56:25 -07:00
parent 4f74430757
commit 330b4a238a

View File

@ -21,7 +21,10 @@ namespace SourceGen {
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application {
/// <summary>
/// SourceGen version number.
/// </summary>
public static readonly CommonUtil.Version ProgramVersion =
new CommonUtil.Version(1, 2, 0, CommonUtil.Version.PreRelType.Alpha, 1);
new CommonUtil.Version(1, 2, 0, CommonUtil.Version.PreRelType.Beta, 1);
}
}