From b5a0187bf621cee4e9d89068c1f1f6ed9a7bbd1c Mon Sep 17 00:00:00 2001 From: Leon Lynch Date: Sun, 24 Nov 2024 13:02:58 +0100 Subject: [PATCH] Update version to 0.2.0 --- CMakeLists.txt | 2 +- rpm_changelog.txt | 4 ++++ viewer/CMakeLists.txt | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c7cac3..a921e70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.16) project(emv-utils - VERSION 0.1.0 + VERSION 0.2.0 DESCRIPTION "EMV libraries and tools" HOMEPAGE_URL "https://github.com/openemv/emv-utils" LANGUAGES C CXX diff --git a/rpm_changelog.txt b/rpm_changelog.txt index 9749783..6fde32e 100644 --- a/rpm_changelog.txt +++ b/rpm_changelog.txt @@ -1,3 +1,7 @@ +* Sun Nov 24 2024 Leon Lynch - 0.2.0-1 +- Update to emv-utils-0.2.0 +- Require Qt-5.15.x for emv-viewer + * Sun Mar 12 2023 Leon Lynch - 0.1.0-1 - Update to emv-utils-0.1.0 diff --git a/viewer/CMakeLists.txt b/viewer/CMakeLists.txt index ed730ed..f65ceda 100644 --- a/viewer/CMakeLists.txt +++ b/viewer/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.16) project(emv-viewer - VERSION 0.1.0 + VERSION 0.2.0 DESCRIPTION "EMV Viewer using Qt" HOMEPAGE_URL "https://github.com/openemv/emv-utils" LANGUAGES CXX @@ -42,7 +42,7 @@ endif() if(EMV_VIEWER_IS_TOP_LEVEL) # If this is the top-level project, look for the emv-utils libraries - find_package(emv-utils 0.1.0 REQUIRED) + find_package(emv-utils 0.2.0 REQUIRED) # If this is the top-level project and being built as a MacOS bundle, the # mcc-codes file must be available. Otherwise rely entirely on the