Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
Conflicts: TShockAPI/Properties/AssemblyInfo.cs
This commit is contained in:
commit
7049fd65cd
2 changed files with 3 additions and 3 deletions
|
|
@ -36,5 +36,5 @@ using System.Runtime.InteropServices;
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
|
|
||||||
|
|
||||||
[assembly: AssemblyVersion("3.1.4.0805")]
|
[assembly: AssemblyVersion("3.2.0.0804")]
|
||||||
[assembly: AssemblyFileVersion("3.1.4.0805")]
|
[assembly: AssemblyFileVersion("3.2.0.0804")]
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ namespace TShockAPI
|
||||||
public class TShock : TerrariaPlugin
|
public class TShock : TerrariaPlugin
|
||||||
{
|
{
|
||||||
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
|
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
|
||||||
public static readonly string VersionCodename = "Milestone 3";
|
public static readonly string VersionCodename = "Yes, we're adding Logblock style functionality soon, don't worry.";
|
||||||
|
|
||||||
public static string SavePath = "tshock";
|
public static string SavePath = "tshock";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue