VERSION TICK: 3.0.0.0721
This commit is contained in:
parent
91c1430f3c
commit
d1e29e1035
2 changed files with 3 additions and 3 deletions
|
|
@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
|
|||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
|
||||
[assembly: AssemblyVersion("2.3.4.0721")]
|
||||
[assembly: AssemblyFileVersion("2.3.4.0721")]
|
||||
[assembly: AssemblyVersion("3.0.0.0721")]
|
||||
[assembly: AssemblyFileVersion("3.0.0.0721")]
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ namespace TShockAPI
|
|||
public class TShock : TerrariaPlugin
|
||||
{
|
||||
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
|
||||
public static readonly string VersionCodename = "JIRA is a tool";
|
||||
public static readonly string VersionCodename = "Milestone 3";
|
||||
|
||||
public static string SavePath = "tshock";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue