summaryrefslogtreecommitdiff
path: root/telegps/TeleGPSGraphUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-06-13 10:58:57 -0700
committerKeith Packard <keithp@keithp.com>2017-06-13 11:02:32 -0700
commita61217f0a6d0ef48b6471f632c4600255867e831 (patch)
treef07e9880a44a1d0a872a83658b6d4ce8916e1906 /telegps/TeleGPSGraphUI.java
parente2fe220efe2ba375ddd925747a630c30c17d3bef (diff)
altoslib,altosuilib: Bump library version numbers
The API and ABI have changed a bit since 1.7 Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/TeleGPSGraphUI.java')
-rw-r--r--telegps/TeleGPSGraphUI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/telegps/TeleGPSGraphUI.java b/telegps/TeleGPSGraphUI.java
index 89c6cea5..9d8c6bf5 100644
--- a/telegps/TeleGPSGraphUI.java
+++ b/telegps/TeleGPSGraphUI.java
@@ -27,8 +27,8 @@ import javax.swing.*;
import java.io.*;
import java.util.concurrent.*;
import java.util.*;
-import org.altusmetrum.altoslib_11.*;
-import org.altusmetrum.altosuilib_11.*;
+import org.altusmetrum.altoslib_12.*;
+import org.altusmetrum.altosuilib_12.*;
import org.jfree.chart.ChartPanel;
import org.jfree.chart.JFreeChart;