From 4e2be56db7f977672fbf7a4cb5d260cbdc55a58c Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Thu, 22 Nov 2007 17:59:33 +0000 Subject: [PATCH] v0.0.4 release --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e354bee..4e24d27 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +2007-11-22: v0.0.4 release + * Enable AES1610 driver thanks to Michele B + * Implement identification: one-to-many fingerprint matching (Daniel Drake) + 2007-11-19: v0.0.3 release * Add API to access minutiae (Daniel Drake) * Add API to delete enroll data (Daniel Drake) diff --git a/configure.ac b/configure.ac index db8555f..db450c7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libfprint], [0.0.3]) +AC_INIT([libfprint], [0.0.4]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([libfprint/core.c]) AM_CONFIG_HEADER([config.h])