From 160f5aa593eb462da106812bc53ce9cbb2469c77 Mon Sep 17 00:00:00 2001 From: Benoit DUMONT Date: Tue, 1 Nov 2022 13:13:56 +0100 Subject: [PATCH] chore:source prepare the new 4.15 version and update database version to 1742 --- source/src/main/webapp/DatabaseMaintenance.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/src/main/webapp/DatabaseMaintenance.jsp b/source/src/main/webapp/DatabaseMaintenance.jsp index 545e4a75dd..86d5f104e6 100644 --- a/source/src/main/webapp/DatabaseMaintenance.jsp +++ b/source/src/main/webapp/DatabaseMaintenance.jsp @@ -64,7 +64,7 @@ // this is used in order to execute only 1 instruction at a time as it make take a lot of time to process. boolean SQLExecuted = false; // SQL that has version equal to SQLLimit will not be executed automatically. - Integer SQLLimit = 1702; // 4.14 Version LEVEL. + Integer SQLLimit = 1743; // 4.15 Version LEVEL. IFactoryMyversion factoryMyversion; try {