From 5e954cb39bfeb450f7982a4c5697a16d0e283f95 Mon Sep 17 00:00:00 2001 From: darkfire006 Date: Sun, 27 Jan 2019 21:52:24 -0600 Subject: [PATCH] Version update minutiea --- P3D/Core/GameController.vb | 4 ++-- P3D/My Project/AssemblyInfo.vb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/P3D/Core/GameController.vb b/P3D/Core/GameController.vb index 13fb0be49..32aaab1ec 100644 --- a/P3D/Core/GameController.vb +++ b/P3D/Core/GameController.vb @@ -12,12 +12,12 @@ Public Class GameController ''' ''' The current version of the game. ''' - Public Const GAMEVERSION As String = "0.55" + Public Const GAMEVERSION As String = "0.55.1" ''' ''' The number of released iterations of the game. ''' - Public Const RELEASEVERSION As String = "94" + Public Const RELEASEVERSION As String = "95" ''' ''' The development stage the game is in. diff --git a/P3D/My Project/AssemblyInfo.vb b/P3D/My Project/AssemblyInfo.vb index 291be11b2..32820a2fd 100644 --- a/P3D/My Project/AssemblyInfo.vb +++ b/P3D/My Project/AssemblyInfo.vb @@ -9,7 +9,7 @@ Imports System.Runtime.InteropServices - + @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices ' Build Number ' Revision ' - \ No newline at end of file + \ No newline at end of file