diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-12-22 18:55:09 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-12-22 18:55:09 +0100 |
| commit | 9e3daba37d1d15c99a41a2d838bf683934cc7077 (patch) | |
| tree | 3608ecfe5455026ed4dc9d2598d3d627d5dc044b /configure.ac | |
| parent | ecfc435c3742546e36ec4eefd76f02584fb54192 (diff) | |
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.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
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 |
| 2 | AC_PREREQ([2.60]) | 2 | AC_PREREQ([2.60]) |
| 3 | AC_INIT([Multitouch Protocol Translation Library], | 3 | AC_INIT([Multitouch Protocol Translation Library], |
| 4 | [1.0.11], | 4 | [1.1.0], |
| 5 | [], | 5 | [], |
| 6 | [mtdev]) | 6 | [mtdev]) |
| 7 | AC_CONFIG_SRCDIR([Makefile.am]) | 7 | AC_CONFIG_SRCDIR([Makefile.am]) |
