Skip to content

Commit

Permalink
Updated version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
haseeb-heaven committed Sep 9, 2024
1 parent a4ed3b9 commit 5e3bd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QVMEditor/QUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace QVM_Editor
internal class QUtils
{
internal static string logFile, logFilePath;
internal const string appVersion = "0.6", qvmFile = ".qvm", qscFile = ".qsc", CAPTION_CONFIG_ERR = "Config - Error", CAPTION_FATAL_SYS_ERR = "Fatal sytem - Error", CAPTION_APP_ERR = "Application - Error", CAPTION_COMPILER_ERR = "Compiler - Error", EDITOR_LEVEL_ERR = "EDITOR ERROR";
internal const string appVersion = "0.7", qvmFile = ".qvm", qscFile = ".qsc", CAPTION_CONFIG_ERR = "Config - Error", CAPTION_FATAL_SYS_ERR = "Fatal sytem - Error", CAPTION_APP_ERR = "Application - Error", CAPTION_COMPILER_ERR = "Compiler - Error", EDITOR_LEVEL_ERR = "EDITOR ERROR";
internal static bool logEnabled = false;
internal static string appdataPath, qvmEditorQEdPath, objectsModelsFile, editorAppName, qfilesPath = @"\QFiles", qEditor = "QEditor", qconv = "QConv", qCompiler = "QCompiler", qCompilerPath, tempPathFile, tempPathFileName = "TempPath.txt",
igiQsc = "IGI_QSC", igiQvm = "IGI_QVM", cfgGamePathEx = @"\missions\location0\level", weaponsDirPath = @"\weapons", qvmVersion = "";
Expand Down

0 comments on commit 5e3bd76

Please sign in to comment.