diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-03-01 18:24:14 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-03-01 18:24:14 +0000 |
commit | a926a043b8079a8e283aa231e3c2347f5ad5864f (patch) | |
tree | 269f310e0a0ddd1c37b840b55e7420ab885784db | |
parent | 0209428b3918c4336018da9293cdcbf7f8fedfb6 (diff) |
configure: Bump version to 2.4.242.4.24
New kernel headers.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 23ccedfa..19982041 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.23, [dri-devel@lists.sourceforge.net], libdrm) +AC_INIT([libdrm], 2.4.24, [dri-devel@lists.sourceforge.net], libdrm) AC_USE_SYSTEM_EXTENSIONS AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2]) |