mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 00:04:33 +02:00
0.59.2 wrap up commit
This commit is contained in:
parent
489af57626
commit
cec5c0c172
@ -19,12 +19,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.59.1"
|
Public Const GAMEVERSION As String = "0.59.2"
|
||||||
|
|
||||||
''' <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 = "103"
|
Public Const RELEASEVERSION As String = "104"
|
||||||
|
|
||||||
''' <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.59.1")>
|
<Assembly: AssemblyVersion("0.59.2")>
|
@ -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 = 51268031
|
Const EXPECTEDSIZE As Integer = 51403932
|
||||||
Const METAHASH As String = "QzQxOTkzQzQ1Nzg4QUE4NEIzN0EzMDRBOEVDOEJBOTY="
|
Const METAHASH As String = "N0U0MUM4NEFEOTY5MTkyRThFM0YyRTk5OTJGQTExNDE="
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user