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:
parent
419884a0cb
commit
e3249d6e1b
@ -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>
|
2007-01-16 Thomas Thurman <thomas@thurman.org.uk>
|
||||||
|
|
||||||
* doc/compositor-control.txt: New file.
|
* doc/compositor-control.txt: New file.
|
||||||
|
@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2])
|
|||||||
m4_define([metacity_minor_version], [17])
|
m4_define([metacity_minor_version], [17])
|
||||||
# Fibonacci sequence for micro version numbering:
|
# Fibonacci sequence for micro version numbering:
|
||||||
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
|
# 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],
|
m4_define([metacity_version],
|
||||||
[metacity_major_version.metacity_minor_version.metacity_micro_version])
|
[metacity_major_version.metacity_minor_version.metacity_micro_version])
|
||||||
@ -219,7 +219,7 @@ if test x$enable_compositor = xyes; then
|
|||||||
have_xcomposite=yes
|
have_xcomposite=yes
|
||||||
echo "CompositeExt support forced on"
|
echo "CompositeExt support forced on"
|
||||||
elif test x$enable_compositor = xauto; then
|
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
|
have_xcomposite=no
|
||||||
else
|
else
|
||||||
have_xcomposite=no
|
have_xcomposite=no
|
||||||
|
Loading…
Reference in New Issue
Block a user