From 16876710e07cc08bbd9ec1332a40d8107598ebb2 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 12 Oct 2022 23:27:53 +0200 Subject: [PATCH] Add release date --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 102c039..7257779 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ set(META_ANDROID_PACKAGE_NAME "org.martchus.passwordmanager") set(META_VERSION_MAJOR 4) set(META_VERSION_MINOR 1) set(META_VERSION_PATCH 10) +set(META_RELEASE_DATE "0001-01-01") # add project files set(HEADER_FILES cli/cli.h model/entryfiltermodel.h model/entrymodel.h model/fieldmodel.h)