summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarius Vlad <marius.c.vlad@intel.com>2016-05-31 18:33:24 +0300
committerMarius Vlad <marius.c.vlad@intel.com>2016-05-31 19:53:51 +0300
commit3ce58b6f9502329d03207a786301d077e7f0cf6c (patch)
tree2a00e5cd21f1ddef017fcafac312f49d3e4f15e2 /configure.ac
parent7be235c1247a8cf51f55938ef05cb41708924b8f (diff)
Updated NEWS, and bumped to 1.15.
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 11b1d46a..0405c8b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ([2.60])
AC_INIT([intel-gpu-tools],
- [1.14],
+ [1.15],
[https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel],
[intel-gpu-tools])
@@ -322,7 +322,7 @@ echo " Overlay : X: ${enable_overlay_xlib}, Xv: ${enable_overla
echo " x86-specific tools : ${build_x86}"
echo ""
echo " • API-Documentation : ${enable_gtk_doc}"
-echo " • Fail on warnings: : ${enable_werror}"
+echo " • Fail on warnings : ${enable_werror}"
echo ""
# vim: set ft=config ts=8 sw=8 tw=0 noet :