diff options
author | Keith Packard <keithp@keithp.com> | 2014-05-25 21:01:38 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-25 21:08:11 -0700 |
commit | f0216d721ed13f4d3dc608bb6ad8f83732b27c0a (patch) | |
tree | 026c6433d46262e8732f1196ff3ecaf492d3f829 /altosui/AltosDescent.java | |
parent | d63319f6f29ef714bb1d5c359c2448f63e7a4534 (diff) |
altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2
API has changed for these libraries, time to bump the file versions
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosDescent.java')
-rw-r--r-- | altosui/AltosDescent.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/altosui/AltosDescent.java b/altosui/AltosDescent.java index cd993a75..5cb693fe 100644 --- a/altosui/AltosDescent.java +++ b/altosui/AltosDescent.java @@ -19,7 +19,8 @@ package altosui; import java.awt.*; import javax.swing.*; -import org.altusmetrum.altoslib_3.*; +import org.altusmetrum.altoslib_4.*; +import org.altusmetrum.altosuilib_2.*; public class AltosDescent extends JComponent implements AltosFlightDisplay { GridBagLayout layout; |