v0.3.2.3: Fixed "cleanbuild" crashing if server log folder doesn't exist

This commit is contained in:
Regalis
2016-02-16 22:39:22 +02:00
parent dd73887aa1
commit 8129aa2ae5
6 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// 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("0.3.2.2")]
[assembly: AssemblyFileVersion("0.3.2.2")]
[assembly: AssemblyVersion("0.3.2.3")]
[assembly: AssemblyFileVersion("0.3.2.3")]