diff options
author | Keith Packard <keithp@keithp.com> | 2009-05-12 15:33:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-05-12 18:19:22 -0700 |
commit | 8b8e20e0f9900fae23baee55a91533a739c1a3ec (patch) | |
tree | bb6aee0762356be98a4cc2de1cf2d3fa36c35f59 /configure.ac | |
parent | 5b5ce301287fb8ef74b45fad3c10b2d4ac3a9cc6 (diff) |
Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse
New API, new version.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 19d9c9ce..e8cce3bf 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.57) -AC_INIT([libdrm], 2.4.9, [dri-devel@lists.sourceforge.net], libdrm) +AC_INIT([libdrm], 2.4.10, [dri-devel@lists.sourceforge.net], libdrm) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2]) |