From 80a4b5ec612892c5c056c48dddaa561452cf37ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Sun, 26 Jul 2026 00:36:25 +0200 Subject: [PATCH] build: Release libfprint 1.94.100 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 032689e3..ab09dc1d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '1.94.10', + version: '1.94.100', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',