Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericaBernkastel committed Sep 7, 2017
1 parent 3a72277 commit 99c57b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BernAdmin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions BernAdmin/Utilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public class Dvars : List<Dvar>{};
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
Expand Down
Binary file modified BernAdmin/bin/Debug/DGAdmin.dll
Binary file not shown.
Binary file modified BernAdmin/bin/Release/DGAdmin.dll
Binary file not shown.

0 comments on commit 99c57b3

Please sign in to comment.