From cb2cad3b8c506a08a6bdad548a10ff47f85ef38b Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 12 Aug 2010 18:50:00 +0100 Subject: Repackaged to utouch-grail v1.0.8 Signed-off-by: Henrik Rydberg --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f883801..627360e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([Gesture Recognition And Instantiation Library], - [1.0.7], + [1.0.8], [], - [grail]) + [utouch-grail]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([config-aux]) @@ -27,5 +27,5 @@ PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.0]) AC_CONFIG_FILES([Makefile src/Makefile test/Makefile - grail.pc]) + utouch-grail.pc]) AC_OUTPUT -- cgit v1.2.3