From d12ad6dea905758c76558ee66a48bb0fd3c485f3 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Thu, 20 Mar 2008 13:19:44 +0000 Subject: [PATCH] Update version number I'm about to do another 0.0 release, so change the tag in this branch to avoid confusion --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 67322e0..386333b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libfprint], [0.0.5]) +AC_INIT([libfprint], [0.1.0-pre]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([libfprint/core.c]) AM_CONFIG_HEADER([config.h])