We've made it to 2025!
This commit is contained in:
parent
fee36aa5a6
commit
ed4588238c
|
@ -10,7 +10,7 @@ public interface rusEFIVersion {
|
||||||
* *** BE CAREFUL WE HAVE SEPARATE AUTOUPDATE_VERSION also managed manually ***
|
* *** BE CAREFUL WE HAVE SEPARATE AUTOUPDATE_VERSION also managed manually ***
|
||||||
* @see com.rusefi.autoupdate.Autoupdate#AUTOUPDATE_VERSION
|
* @see com.rusefi.autoupdate.Autoupdate#AUTOUPDATE_VERSION
|
||||||
*/
|
*/
|
||||||
int CONSOLE_VERSION = 20241218;
|
int CONSOLE_VERSION = 20250101;
|
||||||
AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
|
AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
|
||||||
|
|
||||||
static long classBuildTimeMillis() {
|
static long classBuildTimeMillis() {
|
||||||
|
|
|
@ -10,7 +10,7 @@ import javax.swing.*;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
|
|
||||||
public class LogoHelper {
|
public class LogoHelper {
|
||||||
public static final String LINK_TEXT = "rusEFI (c) 2012-2024";
|
public static final String LINK_TEXT = "rusEFI (c) 2012-2025";
|
||||||
public static final String URI = "http://rusefi.com/?java_console";
|
public static final String URI = "http://rusefi.com/?java_console";
|
||||||
|
|
||||||
public static JLabel createLogoLabel() {
|
public static JLabel createLogoLabel() {
|
||||||
|
|
Loading…
Reference in New Issue