summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 78a4f3d..f8613ec 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([Multitouch Protocol Translation Library], 3AC_INIT([Multitouch Protocol Translation Library],
4 [1.0.11], 4 [1.1.0],
5 [], 5 [],
6 [mtdev]) 6 [mtdev])
7AC_CONFIG_SRCDIR([Makefile.am]) 7AC_CONFIG_SRCDIR([Makefile.am])