mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Version bump
This commit is contained in:
parent
3627f8c40f
commit
d205ef68a3
3 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ Description = "Beef IDE"
|
|||
Company = "BeefyTech LLC"
|
||||
Product = "Beef IDE"
|
||||
Copyright = "Copyright 2019 BeefyTech"
|
||||
FileVersion = "0.42.6"
|
||||
FileVersion = "0.42.7"
|
||||
ProductVersion = "0000000000000000"
|
||||
|
||||
[Configs.Debug.Win32]
|
||||
|
@ -24,7 +24,7 @@ OtherLinkFlags = ""
|
|||
TargetDirectory = "$(WorkspaceDir)/dist"
|
||||
TargetName = "BeefIDE_d"
|
||||
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib"
|
||||
DebugCommandArguments = "-proddir=C:\\Beef\\IDEHelper\\Tests"
|
||||
DebugCommandArguments = "-proddir=C:\\Beef\\IDE"
|
||||
DebugWorkingDirectory = "c:\\Beef"
|
||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||
|
||||
|
@ -48,7 +48,7 @@ OtherLinkFlags = ""
|
|||
TargetDirectory = "$(WorkspaceDir)/dist"
|
||||
TargetName = "BeefIDE_d2"
|
||||
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib BeefySysLib64_d.lib wsock32.lib"
|
||||
DebugCommandArguments = "-proddir=C:\\temp\\FusionProject\\FusionEngine"
|
||||
DebugCommandArguments = "-proddir=C:\\Beef\\IDEHelper\\Tests"
|
||||
DebugWorkingDirectory = "$(ProjectDir)\\dist"
|
||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@ namespace IDE
|
|||
public class IDEApp : BFApp
|
||||
{
|
||||
public static String sRTVersionStr = "042";
|
||||
public const String cVersion = "0.42.6";
|
||||
public const String cVersion = "0.42.7";
|
||||
|
||||
#if BF_PLATFORM_WINDOWS
|
||||
public static readonly String sPlatform64Name = "Win64";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue