X-Git-Url: https://gitweb.fperrin.net/?a=blobdiff_plain;f=src%2Ftim%2Fprune%2FGpsPrune.java;h=fb21f5c70005b36fadddc0949269e1cca5a50d05;hb=f41ac7316612b4ab86303e210edcadb0c95fcc87;hp=874ece5a7b7dce6314c5179525b516cf88e31e56;hpb=8b20e3e027058cdf6ff52993ee5576193d08667a;p=GpsPrune.git diff --git a/src/tim/prune/GpsPrune.java b/src/tim/prune/GpsPrune.java index 874ece5..fb21f5c 100644 --- a/src/tim/prune/GpsPrune.java +++ b/src/tim/prune/GpsPrune.java @@ -31,16 +31,16 @@ import tim.prune.gui.profile.ProfileChart; /** * GpsPrune is a tool to visualize, edit, convert and prune GPS data * Please see the included readme.txt or https://activityworkshop.net - * This software is copyright activityworkshop.net 2006-2020 and made available through the Gnu GPL version 2. + * This software is copyright activityworkshop.net 2006-2021 and made available through the Gnu GPL version 2. * For license details please see the included license.txt. * GpsPrune is the main entry point to the application, including initialisation and launch */ public class GpsPrune { /** Version number of application, used in about screen and for version check */ - public static final String VERSION_NUMBER = "20"; + public static final String VERSION_NUMBER = "20.3"; /** Build number, just used for about screen */ - public static final String BUILD_NUMBER = "378"; + public static final String BUILD_NUMBER = "385"; /** Static reference to App object */ private static App APP = null; @@ -272,8 +272,6 @@ public class GpsPrune frame.setVisible(true); // Set position of map/profile splitter midSplit.setDividerLocation(0.75); - // Update menu (only needed for recent file list) - UpdateMessageBroker.informSubscribers(); // Make a full screen toggler SidebarController fsc = new SidebarController(new Component[] {leftPanel, profileDisp, rightPanel},