0.57 Wrap up files

This commit is contained in:
darkfire006 2019-11-21 18:05:55 -06:00
parent 33da7e0aa5
commit 81a67e45f4
4 changed files with 6 additions and 6 deletions

View File

@ -12,12 +12,12 @@ Public Class GameController
''' <summary>
''' The current version of the game.
''' </summary>
Public Const GAMEVERSION As String = "0.56"
Public Const GAMEVERSION As String = "0.57"
''' <summary>
''' The number of released iterations of the game.
''' </summary>
Public Const RELEASEVERSION As String = "97"
Public Const RELEASEVERSION As String = "98"
''' <summary>
''' The development stage the game is in.

View File

@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' Build Number
' Revision
'
<Assembly: AssemblyVersion("0.56")>
<Assembly: AssemblyVersion("0.57")>

View File

@ -6,8 +6,8 @@
Shared _valid As Boolean = False
Const RUNVALIDATION As Boolean = False
Const EXPECTEDSIZE As Integer = 46506288
Const METAHASH As String = "REQ4OEREN0JBOUU0QTIyQkM1MjI0OEE5Q0VEQTE4NDM="
Const EXPECTEDSIZE As Integer = 47449572
Const METAHASH As String = "MTE1RDRDOEJEMkEyOUVEQzFFQTU1NTU3Q0Y2MEY4MzU="
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
Get

File diff suppressed because one or more lines are too long