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:
parent
4f74430757
commit
330b4a238a
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user