post-release bump to 2.17.8.

* configure.in: post-release bump to 2.17.8.


svn path=/trunk/; revision=3046
This commit is contained in:
Thomas James Alexander Thurman 2007-01-16 18:20:08 +00:00
parent 419884a0cb
commit e3249d6e1b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-01-16 Thomas Thurman <thomas@thurman.org.uk>
* configure.in: post-release bump to 2.17.8.
2007-01-16 Thomas Thurman <thomas@thurman.org.uk>
* doc/compositor-control.txt: New file.

View File

@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2])
m4_define([metacity_minor_version], [17])
# Fibonacci sequence for micro version numbering:
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
m4_define([metacity_micro_version], [5])
m4_define([metacity_micro_version], [8])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])
@ -219,7 +219,7 @@ if test x$enable_compositor = xyes; then
have_xcomposite=yes
echo "CompositeExt support forced on"
elif test x$enable_compositor = xauto; then
echo "Not building compositing manager by default now, must enable explicitly to get it. And it doesn't work, so don't bother unless you want to hack on it..."
echo "Not building compositing manager by default now, must enable explicitly to get it."
have_xcomposite=no
else
have_xcomposite=no