0.60.1 wrap up

This commit is contained in:
darkfire006 2024-03-21 12:16:04 -05:00
parent 5e58d4d249
commit 4992a87b09
4 changed files with 6 additions and 6 deletions

View File

@ -19,12 +19,12 @@ Public Class GameController
''' <summary>
''' The current version of the game.
''' </summary>
Public Const GAMEVERSION As String = "0.60"
Public Const GAMEVERSION As String = "0.60.1"
''' <summary>
''' The number of released iterations of the game.
''' </summary>
Public Const RELEASEVERSION As String = "106"
Public Const RELEASEVERSION As String = "107"
''' <summary>
''' The development stage the game is in.

View File

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

View File

@ -6,8 +6,8 @@
Shared _valid As Boolean = False
Const RUNVALIDATION As Boolean = False
Const EXPECTEDSIZE As Integer = 53835321
Const METAHASH As String = "MjdEOEY3ODNCNDVDNkVFNjk4QTFBQTcwM0Q2MEJDOTQ="
Const EXPECTEDSIZE As Integer = 53838979
Const METAHASH As String = "RjBDOTkzRkU2NTc1N0MxM0M3REY4RDNCOUQ1QUJCOUI="
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
Get

File diff suppressed because one or more lines are too long