Skip to content

Commit

Permalink
AF Configuration: Increase min supported build to 161209
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXin committed Dec 11, 2016
1 parent 89dfab5 commit 9df42bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs
Expand Up @@ -14,7 +14,7 @@ namespace NToolbox.Windows
{
public partial class ArcticFoxConfigurationWindow : WindowBase
{
private const int MinimumSupportedBuildNumber = 161206;
private const int MinimumSupportedBuildNumber = 161209;
private const int MaximumSupportedSettingsVersion = 3;

private readonly BackgroundWorker m_worker = new BackgroundWorker { WorkerReportsProgress = true };
Expand Down

0 comments on commit 9df42bd

Please sign in to comment.