1
0
Fork 0
This commit is contained in:
Thomas James Alexander Thurman 2006-12-11 04:11:04 +00:00
parent 9d6d1c5fb6
commit 01a282fdd3
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2006-12-10 Thomas Thurman <thomas@thurman.org.uk>
* configure.in: post-release bump to 2.17.5.
2006-12-10 Thomas Thurman <thomas@thurman.org.uk>
* NEWS: 2.17.3 release.
2006-12-05 Christof Krüger <mail@pop2wap.net>
* src/window.c (update_move): Fix flickering about when dragging

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], [3])
m4_define([metacity_micro_version], [5])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])