From 7bd4484ee4e1bc9a215c2483c3d20386316dad0e Mon Sep 17 00:00:00 2001 From: Dingyan Li <18500469033@163.com> Date: Sun, 17 May 2026 18:39:07 +0800 Subject: [PATCH] Bump the version in configure.ac Since make is still supported to compile the repository, we should also update the version in configure.ac to the latest release version. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e31c0a12..3df42875 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([pcsc-lite], [2.2.0]) +AC_INIT([pcsc-lite], [2.4.1]) AC_CONFIG_SRCDIR(src/pcscdaemon.c) AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip foreign subdir-objects) AC_CONFIG_HEADERS([config.h])