public void setup() {
   super.setup();
   for (int i = 0; i < version.length; i++) {
     version[i] = 0;
   }
 }