Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
theChaosCoder committed Jun 3, 2022
1 parent 7ed2565 commit 7bb5198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VSRepoGUI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public partial class MainWindow : Window, INotifyPropertyChanged
public string consolestd { get; set; }
public List<string> consolestdL = new List<string>();

public string version = "v0.9.7";
public string version = "v0.9.8";
public string AppTitle { get; set; }
public bool Win64 { get; set; }

Expand Down Expand Up @@ -170,7 +170,7 @@ private void InitVapoursynth()
}
else
{
MessageBox.Show("Found VS installation in " + vsregistry.GetCurrentRegPath() + " but no vsrepo.py file in " + vsrepo_file + ". Make sure you have at least version R45 of VapourSynth installed.");
MessageBox.Show("Found VS installation in " + vsregistry.GetCurrentRegPath() + " but no vsrepo.py file in " + vsrepo_file + ". Make sure you have at least version R55 of VapourSynth installed.");
System.Environment.Exit(1);
}
AppIsWorking(true);
Expand Down

0 comments on commit 7bb5198

Please sign in to comment.