1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Version bump (0.43.0)

This commit is contained in:
Brian Fiete 2021-02-15 07:28:59 -08:00
parent a9001b73b6
commit bb848624d1
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ StartupObject = "BeefBuild.Program"
[Platform.Windows]
Description = "BeefBuild"
FileVersion = "0.42.9"
FileVersion = "0.43.0"
[Configs.Debug.Win32]
TargetName = ""

View file

@ -13,7 +13,7 @@ Description = "Beef IDE"
Company = "BeefyTech LLC"
Product = "Beef IDE"
Copyright = "Copyright 2019 BeefyTech"
FileVersion = "0.42.9"
FileVersion = "0.43.0"
ProductVersion = "0000000000000000"
[Configs.Debug.Win32]

View file

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