VERSION TICK 3.3
Preparing to launch, need to merge to master.
This commit is contained in:
parent
7a57a8073c
commit
c31eeb1c6c
2 changed files with 5 additions and 4 deletions
|
|
@ -36,5 +36,5 @@ using System.Runtime.InteropServices;
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
|
|
||||||
|
|
||||||
[assembly: AssemblyVersion("3.2.8.0902")]
|
[assembly: AssemblyVersion("3.3.0.0903")]
|
||||||
[assembly: AssemblyFileVersion("3.2.8.0902")]
|
[assembly: AssemblyFileVersion("3.3.0.0903")]
|
||||||
|
|
|
||||||
|
|
@ -18,10 +18,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
/* TShock wouldn't be possible without:
|
/* TShock wouldn't be possible without:
|
||||||
* Github
|
* Github
|
||||||
* Microsoft Visual Studio 2010
|
* Microsoft Visual Studio 2010
|
||||||
* HostPenda
|
* Adrenic
|
||||||
* And you, for your continued support and devotion to the evolution of TShock
|
* And you, for your continued support and devotion to the evolution of TShock
|
||||||
* Kerplunc Gaming
|
* Kerplunc Gaming
|
||||||
* TerrariaGSP
|
* TerrariaGSP
|
||||||
|
* XNS Technology Group (Xenon Servers)
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
@ -48,7 +49,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 = "Yes, we're adding Logblock style functionality soon, don't worry.";
|
public static readonly string VersionCodename = "And believe me, we are still alive.";
|
||||||
|
|
||||||
public static string SavePath = "tshock";
|
public static string SavePath = "tshock";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue