Browse Source

Version bump

Brian Fiete 5 years ago
parent
commit
75b4032794
3 changed files with 6 additions and 6 deletions
  1. 2 2
      BeefBuild/BeefProj.toml
  2. 3 3
      IDE/BeefProj.toml
  3. 1 1
      IDE/src/IDEApp.bf

+ 2 - 2
BeefBuild/BeefProj.toml

@@ -7,7 +7,7 @@ StartupObject = "BeefBuild.Program"
 
 
 [Platform.Windows]
 [Platform.Windows]
 Description = "BeefBuild"
 Description = "BeefBuild"
-FileVersion = "0.42.7"
+FileVersion = "0.42.8"
 
 
 [Configs.Debug.Win32]
 [Configs.Debug.Win32]
 TargetName = ""
 TargetName = ""
@@ -19,7 +19,7 @@ TargetName = "$(ProjectName)_d"
 OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib Rpcrt4.lib Ole32.lib"
 OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib Rpcrt4.lib Ole32.lib"
 CLibType = "Dynamic"
 CLibType = "Dynamic"
 BeefLibType = "DynamicDebug"
 BeefLibType = "DynamicDebug"
-DebugCommandArguments = "-proddir=c:\\Beef\\IDE\\mintest"
+DebugCommandArguments = "-proddir=c:\\Beef\\IDEHelper\\Tests -test"
 DebugWorkingDirectory = "c:\\beef\\ide"
 DebugWorkingDirectory = "c:\\beef\\ide"
 EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
 EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
 PreprocessorMacros = ["DEBUG", "CLI"]
 PreprocessorMacros = ["DEBUG", "CLI"]

+ 3 - 3
IDE/BeefProj.toml

@@ -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.42.7"
+FileVersion = "0.42.8"
 ProductVersion = "0000000000000000"
 ProductVersion = "0000000000000000"
 
 
 [Configs.Debug.Win32]
 [Configs.Debug.Win32]
@@ -24,7 +24,7 @@ OtherLinkFlags = ""
 TargetDirectory = "$(WorkspaceDir)/dist"
 TargetDirectory = "$(WorkspaceDir)/dist"
 TargetName = "BeefIDE_d"
 TargetName = "BeefIDE_d"
 OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib"
 OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib"
-DebugCommandArguments = "-proddir=C:\\Beef\\IDE"
+DebugCommandArguments = "-proddir=C:\\Beef\\IDEHelper\\Tests"
 DebugWorkingDirectory = "c:\\Beef"
 DebugWorkingDirectory = "c:\\Beef"
 EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
 EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
 
 
@@ -48,7 +48,7 @@ OtherLinkFlags = ""
 TargetDirectory = "$(WorkspaceDir)/dist"
 TargetDirectory = "$(WorkspaceDir)/dist"
 TargetName = "BeefIDE_d2"
 TargetName = "BeefIDE_d2"
 OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib BeefySysLib64_d.lib wsock32.lib"
 OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib BeefySysLib64_d.lib wsock32.lib"
-DebugCommandArguments = "-proddir=C:\\Beef\\IDEHelper\\Tests"
+DebugCommandArguments = "-workspace=C:\\proj\\BeefTest"
 DebugWorkingDirectory = "$(ProjectDir)\\dist"
 DebugWorkingDirectory = "$(ProjectDir)\\dist"
 EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
 EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
 
 

+ 1 - 1
IDE/src/IDEApp.bf

@@ -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.42.7";
+		public const String cVersion = "0.42.8";
 
 
 #if BF_PLATFORM_WINDOWS
 #if BF_PLATFORM_WINDOWS
 		public static readonly String sPlatform64Name = "Win64";
 		public static readonly String sPlatform64Name = "Win64";