diff --git a/SourceGen/App.xaml.cs b/SourceGen/App.xaml.cs index 9347e3a..911a3ea 100644 --- a/SourceGen/App.xaml.cs +++ b/SourceGen/App.xaml.cs @@ -25,6 +25,6 @@ namespace SourceGen { /// SourceGen version number. /// 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); } } diff --git a/SourceGen/WpfGui/AboutBox.xaml b/SourceGen/WpfGui/AboutBox.xaml index 82d626f..328c10b 100644 --- a/SourceGen/WpfGui/AboutBox.xaml +++ b/SourceGen/WpfGui/AboutBox.xaml @@ -49,7 +49,7 @@ limitations under the License. BorderThickness="0" HorizontalAlignment="Left" Background="{DynamicResource {x:Static SystemColors.WindowBrushKey}}" Click="WebSiteButton_Click"/> - +