V9.5
This commit is contained in:
f1iwq2
2024-11-07 11:29:24 +01:00
parent 20b1990c2e
commit 31bb8233e3
40 changed files with 8070 additions and 3920 deletions

View File

@@ -26,7 +26,7 @@ var
f : text;
Const
VersionSC ='9.3'; // sert à la comparaison de la version publiée
VersionSC ='9.5'; // sert à la comparaison de la version publiée
SousVersion=' '; // A B C ... en cas d'absence de sous version mettre un espace
// pour unzip
SHCONTCH_NOPROGRESSBOX=4;
@@ -463,7 +463,6 @@ begin
if debug=1 then Affiche('Création fenêtre version',clLime);
if debug=1 then Affiche('Fin création fenêtre version',clLime);
if not(AvecInit) then exit;
if not(verifVersion) then exit;
if debug=1 then Affiche('Vérification version en ligne',clLime);
V_publie:=verifie_version;
@@ -485,7 +484,6 @@ begin
if lance_verif>0 then dec(lance_verif);
if lance_verif=0 then
begin
if not(AvecInit) then exit;
if not(verifVersion) then exit;
if debug=1 then Affiche('Vérification version en ligne',clLime);
V_publie:=verifie_version;