]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - src/tim/prune/GpsPrune.java
Merge from 20.*
[GpsPrune.git] / src / tim / prune / GpsPrune.java
index 5503ccf6e552e68b1698b0e3ca1ab2404c10cc9b..b4e3699dd9d02214e71e4f0459bab7a6a4cd896a 100644 (file)
@@ -31,7 +31,7 @@ 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
  */
@@ -40,7 +40,7 @@ public class GpsPrune
        /** Version number of application, used in about screen and for version check */
        public static final String VERSION_NUMBER = "21";
        /** Build number, just used for about screen */
-       public static final String BUILD_NUMBER = "384";
+       public static final String BUILD_NUMBER = "388";
        /** Static reference to App object */
        private static App APP = null;