X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2FGpsPrune.java;h=e8cfad5c1e429343b689d0cb9b34ab8f2084a29e;hp=e3821707f9b2328a38da12508fa1d99b5e10e725;hb=1ea5817da5381ceebee75ea7294ea78dffff5671;hpb=a6197ddcaac11c0b943183da7d46169742d024af diff --git a/tim/prune/GpsPrune.java b/tim/prune/GpsPrune.java index e382170..e8cfad5 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-2014 and made available through the Gnu GPL version 2. + * This software is copyright activityworkshop.net 2006-2015 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 = "17"; + public static final String VERSION_NUMBER = "17.2"; /** Build number, just used for about screen */ - public static final String BUILD_NUMBER = "320"; + public static final String BUILD_NUMBER = "320b"; /** Static reference to App object */ private static App APP = null;