From 53834cd33155ae1f0332102b1baca6ce63660fc5 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sat, 30 Dec 2023 11:39:58 +0100 Subject: [PATCH] Release 1.7.1 Signed-off-by: Ludovic Rousseau --- README | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index a647c39..878947a 100644 --- a/README +++ b/README @@ -130,6 +130,11 @@ Licences: History: ======== +1.7.1 - 30 December 2023, Ludovic ROUSSEAU + - 64 new ATRs + - configure: Use ATR_analysis by default on GNU/Linux + - improve Windows support + 1.7.0 - 7 October 2023, Ludovic ROUSSEAU - 182 new ATRs - pcsc_scan: diff --git a/configure.ac b/configure.ac index 62d84bd..9483642 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([pcsc-tools],[1.7.0]) +AC_INIT([pcsc-tools],[1.7.1]) AC_CONFIG_SRCDIR([pcsc_scan.c]) AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip foreign])