forked from Coded/SIPRP
git-svn-id: https://svn.coded.pt/svn/SIPRP@567 bb69d46d-e84e-40c8-a05a-06db0d633741
This commit is contained in:
parent
204030565f
commit
b8516e83f8
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue