Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy
This commit is contained in:
commit
8b6ae4935d
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -12,12 +12,12 @@ Public Class GameController
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' The current version of the game.
|
''' The current version of the game.
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Public Const GAMEVERSION As String = "0.55.1"
|
Public Const GAMEVERSION As String = "0.56"
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' The number of released iterations of the game.
|
''' The number of released iterations of the game.
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Public Const RELEASEVERSION As String = "95"
|
Public Const RELEASEVERSION As String = "96"
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' The development stage the game is in.
|
''' The development stage the game is in.
|
||||||
|
|
|
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
|
||||||
' Build Number
|
' Build Number
|
||||||
' Revision
|
' Revision
|
||||||
'
|
'
|
||||||
<Assembly: AssemblyVersion("0.55.1")>
|
<Assembly: AssemblyVersion("0.56")>
|
|
@ -6,8 +6,8 @@
|
||||||
Shared _valid As Boolean = False
|
Shared _valid As Boolean = False
|
||||||
|
|
||||||
Const RUNVALIDATION As Boolean = False
|
Const RUNVALIDATION As Boolean = False
|
||||||
Const EXPECTEDSIZE As Integer = 45996308
|
Const EXPECTEDSIZE As Integer = 46037401
|
||||||
Const METAHASH As String = "MEQ3QkVCOThGODU4MzE1M0NBM0NFODRCRkEzREZFRjE="
|
Const METAHASH As String = "MUEzRkM1NjhBMzNBMzUxM0IxOTg5ODJGMDEwREE5MDY="
|
||||||
|
|
||||||
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
|
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
|
||||||
Get
|
Get
|
||||||
|
|
Loading…
Reference in New Issue