diff options
author | Eric Anholt <eric@anholt.net> | 2010-03-03 11:10:54 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-03-03 11:10:54 -0800 |
commit | b5495527f4c7087d430c0d1c2b83357c40b9c16c (patch) | |
tree | f2ca7ec1ccdba1a67fd4f07a74ba86b7794ef044 | |
parent | 47102863eddee2fa6e28a922c072d0243ece6afd (diff) |
Increment version to 2.4.19 for release.
The primary motivation of this release is to expose the new execbuf2
Intel API.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 40634c5f..aaa8efae 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.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]) |