This commit is contained in:
rusefi 2020-03-08 09:19:16 -04:00
parent 9a170bda58
commit 46e3cc0c3f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig;
* @see EngineSnifferPanel
*/
public class Launcher {
public static final int CONSOLE_VERSION = 20200305;
public static final int CONSOLE_VERSION = 20200308;
public static final String INI_FILE_PATH = System.getProperty("ini_file_path", "..");
public static final String INPUT_FILES_PATH = System.getProperty("input_files_path", "..");
public static final String TOOLS_PATH = System.getProperty("tools_path", ".");