From fc0455e7a86a2abb489da5aa9089a71b14d3b737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sun, 1 Jan 2023 00:08:54 +0100 Subject: [PATCH] fix version --- 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 21a12a8..a09a2ce 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.13"); -const std::string kaz::LAST_VERSION_DATE ("2022-12-28"); +const std::string kaz::LAST_VERSION_NUM ("2.14"); +const std::string kaz::LAST_VERSION_DATE ("2022-12-31"); const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker"); #include