v0.0.4 release

This commit is contained in:
Daniel Drake 2007-11-22 17:59:33 +00:00
parent 1ee6210be3
commit 4e2be56db7
2 changed files with 5 additions and 1 deletions

4
NEWS
View file

@ -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)

View file

@ -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])