X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2FGpsPrune.java;fp=tim%2Fprune%2FGpsPrune.java;h=67b197cde70a2efab900ec6631c2ae73c900a568;hp=492a457340d69f8274018efa3f95fe1368e51e7a;hb=92dad5df664287acb51728e9ea599f150765d34a;hpb=81843c3d8d0771bf00d0f26034a13aa515465c78 diff --git a/tim/prune/GpsPrune.java b/tim/prune/GpsPrune.java index 492a457..67b197c 100644 --- a/tim/prune/GpsPrune.java +++ b/tim/prune/GpsPrune.java @@ -28,17 +28,17 @@ 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 http://activityworkshop.net - * This software is copyright activityworkshop.net 2006-2016 and made available through the Gnu GPL version 2. + * Please see the included readme.txt or https://activityworkshop.net + * This software is copyright activityworkshop.net 2006-2018 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 = "18.6"; + public static final String VERSION_NUMBER = "19"; /** Build number, just used for about screen */ - public static final String BUILD_NUMBER = "343"; + public static final String BUILD_NUMBER = "362"; /** Static reference to App object */ private static App APP = null;