Bump libdrm version to 2.4.0.
authorEric Anholt <eric@anholt.net>
Thu, 12 Jun 2008 20:22:40 +0000 (13:22 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 12 Jun 2008 20:22:40 +0000 (13:22 -0700)
We need a version to depend on from the other components that require GEM and
the bufmgr code.  Some interfaces will be removed before the 2.4.0 release.

configure.ac

index a885568..1cf877d 100644 (file)
@@ -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.3.1, [dri-devel@lists.sourceforge.net], libdrm)
+AC_INIT([libdrm], 2.4.0, [dri-devel@lists.sourceforge.net], libdrm)
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2])