bump to 2.25.3 (thought the release script had already done this)
2008-10-22 Thomas Thurman <tthurman@gnome.org> * configure.in: bump to 2.25.3 (thought the release script had already done this) svn path=/trunk/; revision=3986
This commit is contained in:
parent
788cbc91b2
commit
7a9da7eb69
@ -1,3 +1,8 @@
|
|||||||
|
2008-10-22 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
|
* configure.in: bump to 2.25.3 (thought the release script
|
||||||
|
had already done this)
|
||||||
|
|
||||||
2008-10-22 Thomas Thurman <tthurman@gnome.org>
|
2008-10-22 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
Fixes to make distcheck work again.
|
Fixes to make distcheck work again.
|
||||||
|
@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2])
|
|||||||
m4_define([metacity_minor_version], [25])
|
m4_define([metacity_minor_version], [25])
|
||||||
# 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], [2])
|
m4_define([metacity_micro_version], [3])
|
||||||
|
|
||||||
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])
|
||||||
|
Loading…
Reference in New Issue
Block a user