Skip to content

Commit dbabd09

Browse files
Release 2.2.1
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent f8864e8 commit dbabd09

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.2.1: Ludovic Rousseau
2+
8 May 2024
3+
- fix meson related issues
4+
- Some code cleanup
5+
16
2.2.0: Ludovic Rousseau
27
3 May 2024
38
- provide files for meson build tool (replaces autoconf/auoomake)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# meson setup --reconfigure --wipe
1111

1212
project('pcsc-lite', 'c',
13-
version : '2.2.0')
13+
version : '2.2.1')
1414

1515
# for config.h
1616
conf_data = configuration_data({

0 commit comments

Comments
 (0)