diff options
author | Dave Airlie <airlied@redhat.com> | 2012-07-26 14:15:18 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-07-26 14:15:18 +1000 |
commit | 39976a7d1cc9e737e662695ae5326af805c50a27 (patch) | |
tree | f0b4ae73fc512f9122ba6e3f9c1e36e4f41611e5 | |
parent | 5d2edde0bf8460aab250dd83743aedb5c66a243e (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.ac | 2 |
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]) |