mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Version bump
This commit is contained in:
parent
6d12b42456
commit
382ecdd750
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ StartupObject = "BeefBuild.Program"
|
||||||
|
|
||||||
[Platform.Windows]
|
[Platform.Windows]
|
||||||
Description = "BeefBuild"
|
Description = "BeefBuild"
|
||||||
FileVersion = "0.43.2"
|
FileVersion = "0.43.3"
|
||||||
|
|
||||||
[Configs.Debug.Win32]
|
[Configs.Debug.Win32]
|
||||||
TargetName = ""
|
TargetName = ""
|
||||||
|
|
|
@ -13,7 +13,7 @@ Description = "Beef IDE"
|
||||||
Company = "BeefyTech LLC"
|
Company = "BeefyTech LLC"
|
||||||
Product = "Beef IDE"
|
Product = "Beef IDE"
|
||||||
Copyright = "Copyright 2019 BeefyTech"
|
Copyright = "Copyright 2019 BeefyTech"
|
||||||
FileVersion = "0.43.2"
|
FileVersion = "0.43.3"
|
||||||
ProductVersion = "0000000000000000"
|
ProductVersion = "0000000000000000"
|
||||||
|
|
||||||
[Configs.Debug.Win32]
|
[Configs.Debug.Win32]
|
||||||
|
|
|
@ -119,7 +119,7 @@ namespace IDE
|
||||||
public class IDEApp : BFApp
|
public class IDEApp : BFApp
|
||||||
{
|
{
|
||||||
public static String sRTVersionStr = "042";
|
public static String sRTVersionStr = "042";
|
||||||
public const String cVersion = "0.43.2";
|
public const String cVersion = "0.43.3";
|
||||||
|
|
||||||
#if BF_PLATFORM_WINDOWS
|
#if BF_PLATFORM_WINDOWS
|
||||||
public static readonly String sPlatform64Name = "Win64";
|
public static readonly String sPlatform64Name = "Win64";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue