diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-02-24 11:21:49 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-02-24 11:27:01 +0000 |
commit | b870a3e5cd922ce37050ece73e2469802dd21da2 (patch) | |
tree | 58fd1a8e66216fb0536ea826f15653023732799a /configure.ac | |
parent | 5b5cd6780ef7cae8f49d71d7c8532597291402d8 (diff) |
configure, NEWS: Bump version to 2.18.0 for release2.18.0
Another quarter, a bit late as I was debugging a few regressions,
another release.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
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 2c8bee9a..6eb32899 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.17.0], + [2.18.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |