]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - src/tim/prune/GpsPrune.java
Version 20.4, May 2021
[GpsPrune.git] / src / tim / prune / GpsPrune.java
index 1b6872cf60401ca5e72a4182f270bb4e133d464c..6644642cc2168172a78c6bb68f16d724d1aea7a1 100644 (file)
@@ -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.2";
+       public static final String VERSION_NUMBER = "20.4";
        /** Build number, just used for about screen */
-       public static final String BUILD_NUMBER = "384";
+       public static final String BUILD_NUMBER = "387";
        /** Static reference to App object */
        private static App APP = null;