|
|
|
@ -26,7 +26,8 @@ public class UpdateList
|
|
|
|
protected static final Update UPDATE_LIST[] =
|
|
|
|
protected static final Update UPDATE_LIST[] =
|
|
|
|
new Update[]{ new siprp.update.updates.V6_1_To_V7_0(), new siprp.update.updates.V7_0_To_V7_2(),
|
|
|
|
new Update[]{ new siprp.update.updates.V6_1_To_V7_0(), new siprp.update.updates.V7_0_To_V7_2(),
|
|
|
|
new siprp.update.updates.V7_2_To_V7_4(), new siprp.update.updates.V7_4_To_V7_5(),
|
|
|
|
new siprp.update.updates.V7_2_To_V7_4(), new siprp.update.updates.V7_4_To_V7_5(),
|
|
|
|
new siprp.update.updates.V7_5_To_V7_6(), new siprp.update.updates.V7_6_To_V7_7() };
|
|
|
|
new siprp.update.updates.V7_5_To_V7_6(), new siprp.update.updates.V7_6_To_V7_7(),
|
|
|
|
|
|
|
|
new siprp.update.updates.V7_7_To_V7_8() };
|
|
|
|
|
|
|
|
|
|
|
|
protected static Executer EXECUTER;
|
|
|
|
protected static Executer EXECUTER;
|
|
|
|
protected static double version = -1;
|
|
|
|
protected static double version = -1;
|
|
|
|
|