Version update minutiea
This commit is contained in:
parent
970a760985
commit
5e954cb39b
|
@ -12,12 +12,12 @@ Public Class GameController
|
|||
''' <summary>
|
||||
''' The current version of the game.
|
||||
''' </summary>
|
||||
Public Const GAMEVERSION As String = "0.55"
|
||||
Public Const GAMEVERSION As String = "0.55.1"
|
||||
|
||||
''' <summary>
|
||||
''' The number of released iterations of the game.
|
||||
''' </summary>
|
||||
Public Const RELEASEVERSION As String = "94"
|
||||
Public Const RELEASEVERSION As String = "95"
|
||||
|
||||
''' <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-2018")>
|
||||
<Assembly: AssemblyCopyright("Copyright © Kolben 2012-2019")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
<Assembly: AssemblyCulture("")>
|
||||
|
||||
|
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
|
|||
' Build Number
|
||||
' Revision
|
||||
'
|
||||
<Assembly: AssemblyVersion("0.55")>
|
||||
<Assembly: AssemblyVersion("0.55.1")>
|
Loading…
Reference in New Issue