mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Version update minutiea
This commit is contained in:
parent
970a760985
commit
5e954cb39b
@ -12,12 +12,12 @@ Public Class GameController
|
|||||||
''' <summary>
|
''' <summary>
|
||||||
''' The current version of the game.
|
''' The current version of the game.
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Public Const GAMEVERSION As String = "0.55"
|
Public Const GAMEVERSION As String = "0.55.1"
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' The number of released iterations of the game.
|
''' The number of released iterations of the game.
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Public Const RELEASEVERSION As String = "94"
|
Public Const RELEASEVERSION As String = "95"
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' The development stage the game is in.
|
''' The development stage the game is in.
|
||||||
|
@ -9,7 +9,7 @@ Imports System.Runtime.InteropServices
|
|||||||
<Assembly: AssemblyProduct("Pokémon3D")>
|
<Assembly: AssemblyProduct("Pokémon3D")>
|
||||||
<Assembly: AssemblyDescription("")>
|
<Assembly: AssemblyDescription("")>
|
||||||
<Assembly: AssemblyCompany("Kolben Games")>
|
<Assembly: AssemblyCompany("Kolben Games")>
|
||||||
<Assembly: AssemblyCopyright("Copyright © Kolben 2012-2018")>
|
<Assembly: AssemblyCopyright("Copyright © Kolben 2012-2019")>
|
||||||
<Assembly: AssemblyTrademark("")>
|
<Assembly: AssemblyTrademark("")>
|
||||||
<Assembly: AssemblyCulture("")>
|
<Assembly: AssemblyCulture("")>
|
||||||
|
|
||||||
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
|
|||||||
' Build Number
|
' Build Number
|
||||||
' Revision
|
' Revision
|
||||||
'
|
'
|
||||||
<Assembly: AssemblyVersion("0.55")>
|
<Assembly: AssemblyVersion("0.55.1")>
|
Loading…
x
Reference in New Issue
Block a user