diff --git a/BernAdmin/Properties/AssemblyInfo.cs b/BernAdmin/Properties/AssemblyInfo.cs index e624148..47fc601 100644 --- a/BernAdmin/Properties/AssemblyInfo.cs +++ b/BernAdmin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.5.21.0")] -[assembly: AssemblyFileVersion("3.5.21.0")] +[assembly: AssemblyVersion("3.5.1.0")] +[assembly: AssemblyFileVersion("3.5.1.0")] diff --git a/BernAdmin/Utilities.cs b/BernAdmin/Utilities.cs index c4281b5..90a7219 100644 --- a/BernAdmin/Utilities.cs +++ b/BernAdmin/Utilities.cs @@ -37,9 +37,9 @@ public class Dvars : List{}; public static partial class ConfigValues { #if DEBUG - public static string Version = "v3.5d"; + public static string Version = "v3.5n1d"; #else - public static string Version = "v3.5"; + public static string Version = "v3.5n1"; #endif public static string ConfigPath = @"scripts\DGAdmin\"; public static string ChatPrefix diff --git a/BernAdmin/bin/Debug/DGAdmin.dll b/BernAdmin/bin/Debug/DGAdmin.dll index 41973a2..2149f93 100644 Binary files a/BernAdmin/bin/Debug/DGAdmin.dll and b/BernAdmin/bin/Debug/DGAdmin.dll differ diff --git a/BernAdmin/bin/Release/DGAdmin.dll b/BernAdmin/bin/Release/DGAdmin.dll index cfeb15a..82b2e61 100644 Binary files a/BernAdmin/bin/Release/DGAdmin.dll and b/BernAdmin/bin/Release/DGAdmin.dll differ