Update version
This commit is contained in:
@ -22,7 +22,7 @@ namespace RageCoop.Client
|
|||||||
|
|
||||||
private bool _gameLoaded = false;
|
private bool _gameLoaded = false;
|
||||||
private bool _lastDead = false;
|
private bool _lastDead = false;
|
||||||
public static readonly string CurrentVersion = "V0_4";
|
public static readonly string CurrentVersion = "V0_4_1";
|
||||||
|
|
||||||
public static int LocalPlayerID=0;
|
public static int LocalPlayerID=0;
|
||||||
|
|
||||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.4.0.0")]
|
[assembly: AssemblyVersion("0.4.1.0")]
|
||||||
[assembly: AssemblyFileVersion("0.4.0.0")]
|
[assembly: AssemblyFileVersion("0.4.1.0")]
|
||||||
|
Reference in New Issue
Block a user