summaryrefslogtreecommitdiff
path: root/telegps/TeleGPSDisplayThread.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/TeleGPSDisplayThread.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/TeleGPSDisplayThread.java')
-rw-r--r--telegps/TeleGPSDisplayThread.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/telegps/TeleGPSDisplayThread.java b/telegps/TeleGPSDisplayThread.java
index c311dd7e..fdf0e201 100644
--- a/telegps/TeleGPSDisplayThread.java
+++ b/telegps/TeleGPSDisplayThread.java
@@ -22,8 +22,8 @@ import java.awt.*;
import javax.swing.*;
import java.io.*;
import java.text.*;
-import org.altusmetrum.altoslib_11.*;
-import org.altusmetrum.altosuilib_11.*;
+import org.altusmetrum.altoslib_12.*;
+import org.altusmetrum.altosuilib_12.*;
public class TeleGPSDisplayThread extends Thread {