diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-29 17:00:43 +1100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-29 17:00:43 +1100 |
commit | 8d1d8d2a3c129cdbd55427bcda0f26715b02f1ee (patch) | |
tree | 752f1f3b672e29dfdeef9b98ecb80b03adcf3f5c /altosui/AltosDebug.java | |
parent | 5a3c5de6657d1c26e52015a8acec0cd05e294cef (diff) |
Add version numbers to java libraries
Make our private java library names include a version number so we can
ship and install multiple versions at the same time.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosDebug.java')
-rw-r--r-- | altosui/AltosDebug.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosDebug.java b/altosui/AltosDebug.java index 482f4c36..c69369ef 100644 --- a/altosui/AltosDebug.java +++ b/altosui/AltosDebug.java @@ -18,7 +18,7 @@ package altosui; import java.io.*; -import org.altusmetrum.altosuilib.*; +import org.altusmetrum.altosuilib_1.*; public class AltosDebug extends AltosSerial { |