mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Version 0.59.1 wrap up
This commit is contained in:
parent
9ebfb0c491
commit
cbf3e2c30f
P3D
@ -19,12 +19,12 @@ Public Class GameController
|
||||
''' <summary>
|
||||
''' The current version of the game.
|
||||
''' </summary>
|
||||
Public Const GAMEVERSION As String = "0.59"
|
||||
Public Const GAMEVERSION As String = "0.59.1"
|
||||
|
||||
''' <summary>
|
||||
''' The number of released iterations of the game.
|
||||
''' </summary>
|
||||
Public Const RELEASEVERSION As String = "102"
|
||||
Public Const RELEASEVERSION As String = "103"
|
||||
|
||||
''' <summary>
|
||||
''' The development stage the game is in.
|
||||
|
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
|
||||
' Build Number
|
||||
' Revision
|
||||
'
|
||||
<Assembly: AssemblyVersion("0.59")>
|
||||
<Assembly: AssemblyVersion("0.59.1")>
|
@ -6,8 +6,8 @@
|
||||
Shared _valid As Boolean = False
|
||||
|
||||
Const RUNVALIDATION As Boolean = False
|
||||
Const EXPECTEDSIZE As Integer = 51241078
|
||||
Const METAHASH As String = "NDY5NUMwMERGMDAxNjVGMDhCRUZCRTlDREE3NzYzQjE="
|
||||
Const EXPECTEDSIZE As Integer = 51268031
|
||||
Const METAHASH As String = "QzQxOTkzQzQ1Nzg4QUE4NEIzN0EzMDRBOEVDOEJBOTY="
|
||||
|
||||
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
|
||||
Get
|
||||
|
2
P3D/meta
2
P3D/meta
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user