X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2FGpsPrune.java;h=0503ddaaf12d9365230e55853f29c0e285dd16f7;hp=5cc5c9043099ef3fe960ee425b5a5a7b281ba7f2;hb=326f489e36aa7f235bc19409a57bf4955cd50f24;hpb=8c8868ae29b3252f02e094c02307384cf61ba667 diff --git a/tim/prune/GpsPrune.java b/tim/prune/GpsPrune.java index 5cc5c90..0503dda 100644 --- a/tim/prune/GpsPrune.java +++ b/tim/prune/GpsPrune.java @@ -28,16 +28,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-2013 and made available through the Gnu GPL version 2. + * This software is copyright activityworkshop.net 2006-2014 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 = "15.2"; + public static final String VERSION_NUMBER = "16"; /** Build number, just used for about screen */ - public static final String BUILD_NUMBER = "283b"; + public static final String BUILD_NUMBER = "301"; /** Static reference to App object */ private static App APP = null;