From 1fd247ecd7fb000260f2a457e264dcb6f1d09d98 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Tue, 18 Nov 2008 17:10:49 +0000 Subject: [PATCH] v0.1.0-pre1 release because Bastien asked nicely. No guarantees about API or stability. --- THANKS | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/THANKS b/THANKS index 8681271..ea754c1 100644 --- a/THANKS +++ b/THANKS @@ -7,3 +7,4 @@ James Vasile (SFLC) Toby Howard (University of Manchester) Seemant Kulleen Pavel Herrman +Bastien Nocera diff --git a/configure.ac b/configure.ac index d77340f..778e7ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libfprint], [0.1.0-pre]) +AC_INIT([libfprint], [0.1.0-pre1]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([libfprint/core.c]) AM_CONFIG_HEADER([config.h])