From 7bb51982bdeda541db4fa3f9fb72668d622b6fb7 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 3 Jun 2022 16:29:43 +0200 Subject: [PATCH] Bump version --- VSRepoGUI/MainWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VSRepoGUI/MainWindow.xaml.cs b/VSRepoGUI/MainWindow.xaml.cs index cc38187..8634808 100644 --- a/VSRepoGUI/MainWindow.xaml.cs +++ b/VSRepoGUI/MainWindow.xaml.cs @@ -35,7 +35,7 @@ public partial class MainWindow : Window, INotifyPropertyChanged public string consolestd { get; set; } public List consolestdL = new List(); - public string version = "v0.9.7"; + public string version = "v0.9.8"; public string AppTitle { get; set; } public bool Win64 { get; set; } @@ -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);