summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@bitmath.org>2010-08-05 20:00:23 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-05 22:48:38 +0200
commit40d6c7304cf431f13bfe81600656b268c881a4a2 (patch)
treea2e7f100a08c5814ac5e9d12bd5b90b915ba706f /configure.ac
parent41be604bacf259d8dbcd6d5641fc3e6bb113dafc (diff)
Prepare a proper upstream packagev1.0.0
Make sure that tarballs can be made, and change the version to 1.0. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 52f16eb..b2e70d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
1# Initialize Autoconf 1# Initialize Autoconf
2AC_PREREQ([2.60]) 2AC_PREREQ([2.60])
3AC_INIT([Gesture Recognition And Instantiation Library], 3AC_INIT([Gesture Recognition And Instantiation Library],
4 [0.1.0], 4 [1.0.0],
5 [], 5 [],
6 [grail]) 6 [grail])
7AC_CONFIG_SRCDIR([Makefile.am]) 7AC_CONFIG_SRCDIR([Makefile.am])
@@ -12,7 +12,7 @@ AC_CONFIG_AUX_DIR([config-aux])
12AM_INIT_AUTOMAKE([foreign dist-bzip2]) 12AM_INIT_AUTOMAKE([foreign dist-bzip2])
13AM_MAINTAINER_MODE 13AM_MAINTAINER_MODE
14 14
15LIB_VERSION=0:1:0 15LIB_VERSION=1:0:0
16AC_SUBST([LIB_VERSION]) 16AC_SUBST([LIB_VERSION])
17 17
18# Initialize libtool 18# Initialize libtool