We've made it to 2025!

This commit is contained in:
rusefillc 2025-01-01 09:39:00 -05:00
parent fee36aa5a6
commit ed4588238c
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ public interface rusEFIVersion {
* *** BE CAREFUL WE HAVE SEPARATE AUTOUPDATE_VERSION also managed manually ***
* @see com.rusefi.autoupdate.Autoupdate#AUTOUPDATE_VERSION
*/
int CONSOLE_VERSION = 20241218;
int CONSOLE_VERSION = 20250101;
AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
static long classBuildTimeMillis() {

View File

@ -10,7 +10,7 @@ import javax.swing.*;
import java.awt.*;
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 JLabel createLogoLabel() {