2020.04.22

This commit is contained in:
rusefi 2020-05-10 23:25:43 -04:00
parent b7e4c52dcb
commit 8148d3afe1
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 = 20200418;
public static final int CONSOLE_VERSION = 20200422;
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", ".");