summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-07-26 14:15:18 +1000
committerDave Airlie <airlied@redhat.com>2012-07-26 14:15:18 +1000
commit39976a7d1cc9e737e662695ae5326af805c50a27 (patch)
treef0b4ae73fc512f9122ba6e3f9c1e36e4f41611e5
parent5d2edde0bf8460aab250dd83743aedb5c66a243e (diff)
libXrandr: bump to 1.4.0 for releaselibXrandr-1.4.0
This adds support for the provider queries and events. Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cdfbf77..d89cc8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_PREREQ([2.60])
# digit in the version number to track changes which don't affect the
# protocol, so Xrandr version l.n.m corresponds to protocol version l.n
#
-AC_INIT([libXrandr], [1.3.2],
+AC_INIT([libXrandr], [1.4.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXrandr])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])