From 705f4f71c5fcf69c103640e7378106a1a75f45e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Mon, 8 Apr 2024 16:47:57 +0200 Subject: [PATCH] update version number --- src/cpp/eMailShrinker.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpp/eMailShrinker.cpp b/src/cpp/eMailShrinker.cpp index fdff28e..7a524a6 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.19"); -const std::string kaz::LAST_VERSION_DATE ("2024-02-11"); +const std::string kaz::LAST_VERSION_NUM ("2.20"); +const std::string kaz::LAST_VERSION_DATE ("2024-04-07"); const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker"); #include