diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-20 19:44:38 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-20 19:44:38 -0800 |
commit | b89fb51a963635e2effe3a31f803bfc29c2c46b7 (patch) | |
tree | 0d336571efa16a3a14833a43340d44bed1e464d9 /altosuilib/AltosUIPreferencesBackend.java | |
parent | 8e5f3b922100f9de54b9650df14749e81b1a6562 (diff) |
altoslib: Bump library version
Prepare for next release by making sure we notice that the API/ABI for
this library has changed.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosUIPreferencesBackend.java')
-rw-r--r-- | altosuilib/AltosUIPreferencesBackend.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosuilib/AltosUIPreferencesBackend.java b/altosuilib/AltosUIPreferencesBackend.java index 55da8d48..64d3e3df 100644 --- a/altosuilib/AltosUIPreferencesBackend.java +++ b/altosuilib/AltosUIPreferencesBackend.java @@ -19,7 +19,7 @@ package org.altusmetrum.altosuilib_1; import java.io.File; import java.util.prefs.*; -import org.altusmetrum.altoslib_2.*; +import org.altusmetrum.altoslib_3.*; import javax.swing.filechooser.FileSystemView; public class AltosUIPreferencesBackend implements AltosPreferencesBackend { |