summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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