X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=src%2Ftim%2Fprune%2FGpsPrune.java;h=8d80875b225520c864f01db25b15165f0763176e;hb=1db53356139320890a8d10e982865a1899e11b81;hp=a7e0f49e5da016441c2caf494d4f1ac7917f708c;hpb=38a0c12649e9104d0d40ce93a932b9086011f8c8;p=GpsPrune.git diff --git a/src/tim/prune/GpsPrune.java b/src/tim/prune/GpsPrune.java index a7e0f49..8d80875 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.1"; + public static final String VERSION_NUMBER = "20.3"; /** Build number, just used for about screen */ - public static final String BUILD_NUMBER = "382"; + public static final String BUILD_NUMBER = "385"; /** Static reference to App object */ private static App APP = null;