From 9e3daba37d1d15c99a41a2d838bf683934cc7077 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Wed, 22 Dec 2010 18:55:09 +0100 Subject: Release mtdev v1.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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3