aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2009-03-30 11:25:09 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-03-30 11:25:09 -0700
commit2ada85502242a3d5328b8f392d7843ef58a78780 (patch)
tree39ea65cf00d21769755dd915c47e92ee62565b2d /configure.ac
parente2d7dfb61ad7a97367f050150160c205614d152e (diff)
libdrm: bump version to 2.4.6
This version includes GTT unmap support for the Intel bufmgr.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 04933c3f..8be1e2a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
AC_PREREQ(2.57)
-AC_INIT([libdrm], 2.4.5, [dri-devel@lists.sourceforge.net], libdrm)
+AC_INIT([libdrm], 2.4.6, [dri-devel@lists.sourceforge.net], libdrm)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])