1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-03-02 23:29:02 +00:00

Version 1.9.1

This commit is contained in:
Andy McFadden 2025-01-19 14:07:38 -08:00
parent c7090c9c52
commit 913dfb5dd2
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, 9, 1, CommonUtil.Version.PreRelType.Dev, 1);
new CommonUtil.Version(1, 9, 1, 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 2024 faddenSoft" Margin="0,0,0,0"/>
<TextBlock Text="Copyright 2025 faddenSoft" Margin="0,0,0,0"/>
<TextBlock Text="Created by Andy McFadden"/>
</StackPanel>