X-Git-Url: https://gitweb.fperrin.net/?a=blobdiff_plain;f=tim%2Fprune%2FGpsPrune.java;h=af45728e44ded8ee6069d400cbe3fd4768ed0a55;hb=1a735a99408fd3b0c5ac4fe7b2fdbdbb23d38f40;hp=ad71987373366b1be282689581453ec50313ed4f;hpb=79f3ca2954d7feb6052c21b3aa974c89b2b101d6;p=GpsPrune.git diff --git a/tim/prune/GpsPrune.java b/tim/prune/GpsPrune.java index ad71987..af45728 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.5"; + public static final String VERSION_NUMBER = "19.1"; /** Build number, just used for about screen */ - public static final String BUILD_NUMBER = "342"; + public static final String BUILD_NUMBER = "363c"; /** Static reference to App object */ private static App APP = null;