summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-11-08 15:08:09 +1100
committerDave Airlie <airlied@linux.ie>2006-11-08 15:08:09 +1100
commit79038751ffe47ed1ce82766e027d98fd2f0e2c6a (patch)
tree07856975ad8b13ed8586dab348c35650ac7fc84b /configure.ac
parent584acab6d6103552711bd6b5596ee4ccad305bc2 (diff)
libdrm: add support for server side functionality in libdrm
This adds APIs to allow the X server to use libdrm from the system rather than its own in-built copy.
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 224f43a5..c0b11b20 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.2.0, [dri-devel@lists.sourceforge.net], libdrm)
+AC_INIT([libdrm], 2.3.0, [dri-devel@lists.sourceforge.net], libdrm)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])