0.59.3 wrap up
This commit is contained in:
parent
5a296234f4
commit
a7013a19bc
|
@ -19,12 +19,12 @@ Public Class GameController
|
|||
''' <summary>
|
||||
''' The current version of the game.
|
||||
''' </summary>
|
||||
Public Const GAMEVERSION As String = "0.59.2"
|
||||
Public Const GAMEVERSION As String = "0.59.3"
|
||||
|
||||
''' <summary>
|
||||
''' The number of released iterations of the game.
|
||||
''' </summary>
|
||||
Public Const RELEASEVERSION As String = "104"
|
||||
Public Const RELEASEVERSION As String = "105"
|
||||
|
||||
''' <summary>
|
||||
''' The development stage the game is in.
|
||||
|
|
|
@ -9,7 +9,7 @@ Imports System.Runtime.InteropServices
|
|||
<Assembly: AssemblyProduct("Pokémon3D")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("Kolben Games")>
|
||||
<Assembly: AssemblyCopyright("Copyright © Kolben 2012-2022")>
|
||||
<Assembly: AssemblyCopyright("Copyright © Kolben 2012-2023")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
<Assembly: AssemblyCulture("")>
|
||||
|
||||
|
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
|
|||
' Build Number
|
||||
' Revision
|
||||
'
|
||||
<Assembly: AssemblyVersion("0.59.2")>
|
||||
<Assembly: AssemblyVersion("0.59.3")>
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
Const RUNVALIDATION As Boolean = False
|
||||
Const EXPECTEDSIZE As Integer = 51403932
|
||||
Const METAHASH As String = "N0U0MUM4NEFEOTY5MTkyRThFM0YyRTk5OTJGQTExNDE="
|
||||
Const METAHASH As String = "QzExNUEwQ0U4NkZFN0U2NTVCNUNBRTJFNjlENkNEQUM="
|
||||
|
||||
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
|
||||
Get
|
||||
|
|
Loading…
Reference in New Issue