From 40d6c7304cf431f13bfe81600656b268c881a4a2 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 5 Aug 2010 20:00:23 +0200 Subject: Prepare a proper upstream package Make sure that tarballs can be made, and change the version to 1.0. Signed-off-by: Henrik Rydberg --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 52f16eb..b2e70d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([Gesture Recognition And Instantiation Library], - [0.1.0], + [1.0.0], [], [grail]) AC_CONFIG_SRCDIR([Makefile.am]) @@ -12,7 +12,7 @@ AC_CONFIG_AUX_DIR([config-aux]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -LIB_VERSION=0:1:0 +LIB_VERSION=1:0:0 AC_SUBST([LIB_VERSION]) # Initialize libtool -- cgit v1.2.3