Increment version to 2.4.19 for release.

The primary motivation of this release is to expose the new execbuf2
Intel API.
main
Eric Anholt 2010-03-03 11:10:54 -08:00
parent 47102863ed
commit b5495527f4
1 changed files with 1 additions and 1 deletions

View 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])