Version Tick 3.3.3
This commit is contained in:
parent
ed7d280a1d
commit
a4176947ae
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.3.2.0906")]
|
[assembly: AssemblyVersion("3.3.3.0906")]
|
||||||
[assembly: AssemblyFileVersion("3.3.2.0906")]
|
[assembly: AssemblyFileVersion("3.3.3.0906")]
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,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 = "And believe me, we are still alive.";
|
public static readonly string VersionCodename = "Try the new slim model.";
|
||||||
|
|
||||||
public static string SavePath = "tshock";
|
public static string SavePath = "tshock";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue