From ddacf07e3b79a03639eebf746a3714660be15629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 13 Oct 2022 22:25:23 +0200 Subject: [PATCH] meson: Actually bump the version to 1.94.5 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e25a1736..7bcd9781 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '1.94.4', + version: '1.94.5', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',