X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2FGpsPruner.java;h=f8e36ad06650109bec383bfee6824e04555ce293;hp=eafbf1977de170622e3a8ae3fb1290a59bc126ae;hb=54b9d8bc8f0025ccf97a67d9dd217ef1f9cf082f;hpb=52bf9e8686c916be37a26a0b75340393d4478b05 diff --git a/tim/prune/GpsPruner.java b/tim/prune/GpsPruner.java index eafbf19..f8e36ad 100644 --- a/tim/prune/GpsPruner.java +++ b/tim/prune/GpsPruner.java @@ -19,15 +19,17 @@ import tim.prune.gui.StatusBar; import tim.prune.gui.map.MapCanvas; /** - * Tool to visualize, edit and prune GPS data + * 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 and made available through the Gnu GPL */ public class GpsPruner { - // Final build of version 6 - public static final String VERSION_NUMBER = "6"; - public static final String BUILD_NUMBER = "117"; + /** Version number of application, used in about screen and for version check */ + public static final String VERSION_NUMBER = "7"; + /** Build number, just used for about screen */ + public static final String BUILD_NUMBER = "136"; + /** Static reference to App object */ private static App APP = null; @@ -43,25 +45,28 @@ public class GpsPruner boolean showUsage = false; for (int i=0; i