diff --git a/src/bash/filter.sh b/src/bash/filter.sh index c3c31d4..9e0e24c 100644 --- a/src/bash/filter.sh +++ b/src/bash/filter.sh @@ -33,7 +33,7 @@ # knowledge of the CeCILL-B license and that you accept its terms. # ########################################################################## # Kaz addon (see https://git.kaz.bzh/KAZ/depollueur for information) -# version : 2.25 (2025-05-08) +# version : 2.26 (2025-04-16) ########################################################################## # - installer l'utilitaire apg pour génération de mot de passes diff --git a/src/cpp/eMailShrinker.cpp b/src/cpp/eMailShrinker.cpp index 03ea6b0..b36b445 100644 --- a/src/cpp/eMailShrinker.cpp +++ b/src/cpp/eMailShrinker.cpp @@ -33,8 +33,8 @@ //////////////////////////////////////////////////////////////////////////// #include "version.hpp" -const std::string kaz::LAST_VERSION_NUM ("2.25"); -const std::string kaz::LAST_VERSION_DATE ("2025-05-08"); +const std::string kaz::LAST_VERSION_NUM ("2.26"); +const std::string kaz::LAST_VERSION_DATE ("2026-04-16"); const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker"); #include