1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 22:34:09 +02:00

Version fix

This commit is contained in:
Brian Fiete 2020-07-06 13:23:48 -07:00
parent 5b59c15357
commit 2226e51977
3 changed files with 10 additions and 10 deletions

View file

@ -119,7 +119,7 @@ namespace IDE
public class IDEApp : BFApp
{
public static String sRTVersionStr = "042";
public const String cVersion = "0.42.5";
public const String cVersion = "0.42.6";
#if BF_PLATFORM_WINDOWS
public static readonly String sPlatform64Name = "Win64";