org/homelinux/largo/games/board/checkersboard/CheckersBoard.java
changeset 14 f12f77aa13b2
parent 13 f83884cc7d2f
child 15 d4b2b9a87d80
--- a/org/homelinux/largo/games/board/checkersboard/CheckersBoard.java
+++ b/org/homelinux/largo/games/board/checkersboard/CheckersBoard.java
@@ -13,7 +13,7 @@
 import org.homelinux.largo.utils.ImgComponent;
 
 public class CheckersBoard extends Board {
-    static final long serialVersionUID = 250408;
+    static final long serialVersionUID = 1L;
 
     static final int PIECE = 1;
     static final int QUEEN = 2;