Skip to content

Commit

Permalink
Version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fadden committed Jan 19, 2025
1 parent c7090c9 commit 913dfb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SourceGen/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public partial class App : Application {
/// 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);
}
}
2 changes: 1 addition & 1 deletion SourceGen/WpfGui/AboutBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 913dfb5

Please sign in to comment.