summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-01-02 12:32:27 +0100
committerHenrik Rydberg <rydberg@euromail.se>2011-01-03 16:38:17 +0100
commitafc412d5c5567438a9a9a806b2f12dbd377bd38b (patch)
tree8f865b63b2731e44818082ea4d3abc5eb3f12ff9
parentfdb957e95052b7c4ea32ab72b9efe5836133df7f (diff)
Bump to v1.0.18
The grail symbols are intact and abi compatible, whereas the remaining symbols, which should not really be present, have all been removed. Since the remaining symbols represent the actual official API, this is not considered an ABI breakage. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a705d57..1bae273 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 [1.0.17], 4 [1.0.18],
5 [], 5 [],
6 [utouch-grail]) 6 [utouch-grail])
7AC_CONFIG_SRCDIR([Makefile.am]) 7AC_CONFIG_SRCDIR([Makefile.am])