From 35a72e1d4f46973ab0914c9ac05ed5e3f1335dc7 Mon Sep 17 00:00:00 2001 From: Leon Lynch Date: Sun, 24 Dec 2023 21:53:17 +0100 Subject: [PATCH] Update version to 0.5.2 --- CMakeLists.txt | 2 +- rpm_changelog.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5009f2..96382c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.16) project(tr31 - VERSION 0.5.1 + VERSION 0.5.2 DESCRIPTION "Key block library and tools for ANSI X9.143, ASC X9 TR-31 and ISO 20038" HOMEPAGE_URL "https://github.com/openemv/tr31" LANGUAGES C diff --git a/rpm_changelog.txt b/rpm_changelog.txt index fb82050..fb96b3f 100644 --- a/rpm_changelog.txt +++ b/rpm_changelog.txt @@ -1,3 +1,6 @@ +* Sun Dec 24 2023 Leon Lynch - 0.5.2-1 +- Update to tr31-0.5.2 + * Sun Aug 06 2023 Leon Lynch - 0.5.1-1 - Update to tr31-0.5.1