Increment version to 2.4.19 for release. 2.4.19
authorEric Anholt <eric@anholt.net>
Wed, 3 Mar 2010 19:10:54 +0000 (11:10 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 3 Mar 2010 19:10:54 +0000 (11:10 -0800)
The primary motivation of this release is to expose the new execbuf2
Intel API.

configure.ac

index 40634c5..aaa8efa 100644 (file)
@@ -19,7 +19,7 @@
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 AC_PREREQ(2.60)
-AC_INIT([libdrm], 2.4.18, [dri-devel@lists.sourceforge.net], libdrm)
+AC_INIT([libdrm], 2.4.19, [dri-devel@lists.sourceforge.net], libdrm)
 AC_USE_SYSTEM_EXTENSIONS
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2])