0.60 wrap up commit

This commit is contained in:
darkfire006 2024-03-01 20:17:54 -06:00
parent 344b65fe7e
commit 6ed27c3721
6 changed files with 9 additions and 9 deletions

View File

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

View File

@ -9,7 +9,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyProduct("Pokémon3D")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Kolben Games")>
<Assembly: AssemblyCopyright("Copyright © Kolben 2012-2023")>
<Assembly: AssemblyCopyright("Copyright © Kolben 2012-2024")>
<Assembly: AssemblyTrademark("")>
<Assembly: AssemblyCulture("")>
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' Build Number
' Revision
'
<Assembly: AssemblyVersion("0.59.3")>
<Assembly: AssemblyVersion("0.60")>

View File

@ -2,7 +2,7 @@ Public Class CreditsScreen
Inherits Screen
Private Const COPYRIGHTYEAR As String = "2023"
Private Const COPYRIGHTYEAR As String = "2024"
Dim CreditsPages As New List(Of CreditsPage)
Dim CurrentPageIndex As Integer = 0

View File

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

View File

@ -5,7 +5,7 @@ Pokémon 3D is not affiliated with Nintendo, Creatures Inc. or GAME FREAK Inc.
Pokémon 3D
Created by Kolben Games
2012-2023
2012-2024
Team Kolben
Nils Drescher

File diff suppressed because one or more lines are too long