]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/GpsPrune.java
Version 14.1, January 2013
[GpsPrune.git] / tim / prune / GpsPrune.java
index e1dc55e0574b29549d5d5596d1a8c9c6c620c753..70e1c8e7858669816843165d5dfd386b006b62ed 100644 (file)
@@ -28,14 +28,14 @@ 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-2012 and made available through the Gnu GPL version 2.
+ * This software is copyright activityworkshop.net 2006-2013 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 = "14";
+       public static final String VERSION_NUMBER = "14.1";
        /** Build number, just used for about screen */
        public static final String BUILD_NUMBER = "265a";
        /** Static reference to App object */