1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-13 14:29:30 +00:00

Version 1.7.4

This commit is contained in:
Andy McFadden 2021-06-08 13:15:19 -07:00
parent 8df81296cb
commit ab8853219b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -49,7 +49,7 @@ limitations under the License.
BorderThickness="0" HorizontalAlignment="Left"
Background="{DynamicResource {x:Static SystemColors.WindowBrushKey}}"
Click="WebSiteButton_Click"/>
<TextBlock Text="Copyright 2020 faddenSoft" Margin="0,0,0,0"/>
<TextBlock Text="Copyright 2021 faddenSoft" Margin="0,0,0,0"/>
<TextBlock Text="Created by Andy McFadden"/>
</StackPanel>