Post-release bump to 2.25.5.

2008-10-23  Thomas Thurman  <tthurman@gnome.org>

        * configure.in: Post-release bump to 2.25.5.


svn path=/trunk/; revision=3993
This commit is contained in:
Thomas Thurman 2008-10-23 04:29:11 +00:00 committed by Thomas James Alexander Thurman
parent bb539466d5
commit 348795b94d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-10-23 Thomas Thurman <tthurman@gnome.org>
* configure.in: Post-release bump to 2.25.5.
2008-10-23 Thomas Thurman <tthurman@gnome.org>
* src/core/schema-bindings.c: fix stupid thinko which

View File

@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2])
m4_define([metacity_minor_version], [25])
# 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])