diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2009-10-12 13:11:47 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2009-11-17 13:16:17 -0800 |
commit | 499241b74322b984bbbee0803513e32b6f83bb31 (patch) | |
tree | f0665519dbe0e9151d17579fceee1d43246a9e38 /configure.ac | |
parent | 0a5e388ae9c1306bb253c161071424e0282ea8f5 (diff) |
Add a DRI2DriverVDPAU driver type.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Acked-by: Kristian Høgsberg <krh@bitplanet.net>
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 d8f6bc8..fc96197 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([DRI2Proto], [2.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([DRI2Proto], [2.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |