update minor version

This commit is contained in:
2026-04-16 15:59:58 +02:00
parent bdddf71698
commit f92a6ed113
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
# knowledge of the CeCILL-B license and that you accept its terms. # # knowledge of the CeCILL-B license and that you accept its terms. #
########################################################################## ##########################################################################
# Kaz addon (see https://git.kaz.bzh/KAZ/depollueur for information) # 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 # - installer l'utilitaire apg pour génération de mot de passes
+2 -2
View File
@@ -33,8 +33,8 @@
//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////
#include "version.hpp" #include "version.hpp"
const std::string kaz::LAST_VERSION_NUM ("2.25"); const std::string kaz::LAST_VERSION_NUM ("2.26");
const std::string kaz::LAST_VERSION_DATE ("2025-05-08"); const std::string kaz::LAST_VERSION_DATE ("2026-04-16");
const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker"); const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker");
#include <iostream> #include <iostream>