X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2FGpsPrune.java;fp=tim%2Fprune%2FGpsPrune.java;h=606e61c16fdd63dd2791f823ffdc9a032102dc57;hp=2708fc08a9ae7aec73cc5e2f5e1f78b1f3b57704;hb=c055cf54834e2e5c32276b5b354e777ee8a828c1;hpb=6f96fb8a39cd8dadff3602eec8a26ed2a7d1fca8 diff --git a/tim/prune/GpsPrune.java b/tim/prune/GpsPrune.java index 2708fc0..606e61c 100644 --- a/tim/prune/GpsPrune.java +++ b/tim/prune/GpsPrune.java @@ -29,16 +29,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 http://activityworkshop.net - * This software is copyright activityworkshop.net 2006-2015 and made available through the Gnu GPL version 2. + * This software is copyright activityworkshop.net 2006-2016 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.3"; + public static final String VERSION_NUMBER = "18.4"; /** Build number, just used for about screen */ - public static final String BUILD_NUMBER = "336b"; + public static final String BUILD_NUMBER = "340"; /** Static reference to App object */ private static App APP = null;