From a1ae3cfdaaf079faca8512351b4b63430bbf1a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 22 Feb 2021 19:37:42 +0100 Subject: [PATCH] meson: Bump version to 1.90.7+git20200222+tod1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5ce2c150..b93c316f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '1.90.7+tod1', + version: '1.90.7+git20210222+tod1', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',