summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-12-22 18:55:09 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-12-22 18:55:09 +0100
commit9e3daba37d1d15c99a41a2d838bf683934cc7077 (patch)
tree3608ecfe5455026ed4dc9d2598d3d627d5dc044b
parentecfc435c3742546e36ec4eefd76f02584fb54192 (diff)
downloadmtdev-git-9e3daba37d1d15c99a41a2d838bf683934cc7077.tar.gz
Release mtdev v1.1.0v1.1.0
This version includes backwards-compatible API changes, while keeping the ABI stable. Applications that want to migrate to the new API, compile with -DMTDEV_NO_LEGACY_API.
-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 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([Multitouch Protocol Translation Library],
- [1.0.11],
+ [1.1.0],
[],
[mtdev])
AC_CONFIG_SRCDIR([Makefile.am])