summaryrefslogtreecommitdiff
path: root/altosui/AltosConfigPyroUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-02-07 20:42:15 -0800
committerKeith Packard <keithp@keithp.com>2015-02-07 20:42:15 -0800
commit4231d68bae69d9a7d1f52205002db452cd5f986d (patch)
tree6a8f65acb5b371a15a0d99a457bfa56dbfb7ddfa /altosui/AltosConfigPyroUI.java
parentc72d83ccd207b5300a90f2e84de6c5c96642478c (diff)
Bump java library versions
Lots of minor API/ABI changes; make sure people can install both 1.5 and 1.6 at the same time. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosConfigPyroUI.java')
-rw-r--r--altosui/AltosConfigPyroUI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/altosui/AltosConfigPyroUI.java b/altosui/AltosConfigPyroUI.java
index 64336c8e..61208dfe 100644
--- a/altosui/AltosConfigPyroUI.java
+++ b/altosui/AltosConfigPyroUI.java
@@ -21,8 +21,8 @@ import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
-import org.altusmetrum.altoslib_5.*;
-import org.altusmetrum.altosuilib_3.*;
+import org.altusmetrum.altoslib_6.*;
+import org.altusmetrum.altosuilib_6.*;
public class AltosConfigPyroUI
extends AltosUIDialog