From 49aa1781205f4c4a5b0598635cebc6429a1f5626 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Thu, 13 Jun 2013 15:57:37 +0000 Subject: [PATCH] nfcutils: update code to use libnfc 1.7.0 git-svn-id: https://nfc-tools.googlecode.com/svn/trunk/nfcutils@1136 ba5c3050-9c55-11de-a262-85a698460a8e --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d403294..9d8236b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([nfcutils],[0.3.1],[romuald@libnfc.org]) +AC_INIT([nfcutils],[0.3.2],[romuald@libnfc.org]) AC_CONFIG_HEADER(config.h) @@ -59,7 +59,7 @@ fi AC_SUBST([DEBUG_CFLAGS]) # Checks for pkg-config modules. -LIBNFC_REQUIRED_VERSION=1.6.0 +LIBNFC_REQUIRED_VERSION=1.7.0 PKG_CHECK_MODULES([libnfc], [libnfc >= $LIBNFC_REQUIRED_VERSION], [], [AC_MSG_ERROR([libnfc >= $LIBNFC_REQUIRED_VERSION is mandatory.])]) AC_SUBST(libnfc_LIBS)