From ecdba39a0d54ecdfa6ee75c0e709b0892588ab9d Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 27 Sep 2023 01:19:49 +0200 Subject: [PATCH] ccid: version bump --- ccid/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccid/configure.ac b/ccid/configure.ac index 6a4f582..11872b6 100644 --- a/ccid/configure.ac +++ b/ccid/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([USB CCID Emulator], [0.8], [https://github.com/frankmorgner/vsmartcard/issues], [ccid-emulator], [http://frankmorgner.github.io/vsmartcard/ccid/README.html]) +AC_INIT([USB CCID Emulator], [0.9], [https://github.com/frankmorgner/vsmartcard/issues], [ccid-emulator], [http://frankmorgner.github.io/vsmartcard/ccid/README.html]) AC_CONFIG_SRCDIR([src/ccid.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])