altoslib,altosuilib: Bump library version numbers
[fw/altos] / altosuilib / AltosSerial.java
index 85ab4654c013922d0cf7d485d66eb5f85e0f20a2..d7c6129cdf1e21e4b595e9436fe30b75e305b62d 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
  * Deal with TeleDongle on a serial port
  */
 
-package org.altusmetrum.altosuilib_10;
+package org.altusmetrum.altosuilib_12;
 
 import java.io.*;
 import java.util.*;
 import java.awt.*;
 import javax.swing.*;
-import org.altusmetrum.altoslib_10.*;
+import org.altusmetrum.altoslib_12.*;
 import libaltosJNI.*;
 
 /*