diff options
author | Keith Packard <keithp@keithp.com> | 2015-05-25 20:34:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-05-25 20:34:05 -0700 |
commit | cb23b992be8ba40c97d8988c134a814a13ccd58c (patch) | |
tree | d8ad57eeadd9190110c5a4bed0818316e9a54d50 /altoslib/AltosPointInt.java | |
parent | 68effc6e39f731a2d7bbe2963999c1e785118897 (diff) |
altoslib/altosuilib: Update library version to 7
So many ABI/API changes
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosPointInt.java')
-rw-r--r-- | altoslib/AltosPointInt.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altoslib/AltosPointInt.java b/altoslib/AltosPointInt.java index 6ee077ab..e133ae9c 100644 --- a/altoslib/AltosPointInt.java +++ b/altoslib/AltosPointInt.java @@ -15,7 +15,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -package org.altusmetrum.altoslib_6; +package org.altusmetrum.altoslib_7; public class AltosPointInt { public int x, y; |