diff options
author | Dave Airlie <airlied@redhat.com> | 2008-12-08 14:05:32 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-12-08 14:05:32 +1000 |
commit | c99566fb810c9d8cae5e9cd39d1772b55e2f514c (patch) | |
tree | ef22ec771ef9c8ecda7a39639dec542bcb181039 | |
parent | b0d93c74d884b40bd94469a5ef75fdb2fef17680 (diff) |
libdrm: bump to 2.4 for lib version
we already have a 2.3.x version out there
-rw-r--r-- | libdrm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdrm/Makefile.am b/libdrm/Makefile.am index 63f6e644..a5be36e0 100644 --- a/libdrm/Makefile.am +++ b/libdrm/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = . intel libdrm_la_LTLIBRARIES = libdrm.la libdrm_ladir = $(libdir) -libdrm_la_LDFLAGS = -version-number 2:3:0 -no-undefined +libdrm_la_LDFLAGS = -version-number 2:4:0 -no-undefined AM_CFLAGS = -I$(top_srcdir)/shared-core libdrm_la_SOURCES = xf86drm.c xf86drmHash.c xf86drmRandom.c xf86drmSL.c \ |