update version number

This commit is contained in:
François 2024-04-08 16:47:57 +02:00
parent 333402a9f2
commit 705f4f71c5

View File

@ -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 <iostream>