diff --git a/ezgpuctl.sln b/ezgpuctl.sln index 564a39e..60319d8 100644 --- a/ezgpuctl.sln +++ b/ezgpuctl.sln @@ -9,6 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NvAPIWrapper", "NvAPIWrappe EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5B9178D-9E0F-4670-9398-5F8E69DE6D24}" ProjectSection(SolutionItems) = preProject + LICENSE.txt = LICENSE.txt README.md = README.md EndProjectSection EndProject diff --git a/ezgpuctl/App.xaml.cs b/ezgpuctl/App.xaml.cs index f750101..8b00ce1 100644 --- a/ezgpuctl/App.xaml.cs +++ b/ezgpuctl/App.xaml.cs @@ -39,6 +39,6 @@ private void CurrentDomain_UnhandledException(object sender, UnhandledExceptionE } } - public static readonly string Version = "v1.0d-BETA"; + public static readonly string Version = "v1.0e-BETA"; } }